March 3, 20215 yr I have this in my Go file, do I need it? I guess I put it in there a long time ago and not sure what it does anymore. If I don't need it, what should I delete? #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp -p 8088 &
March 3, 20215 yr Yes you need it.. that's default. Not sure about the port 8088 though, maybe at some point you specifically changed the WebUI port to 8088 instead of running on 80? (Should be in your settings though).
March 3, 20215 yr Changing the port is deprecated now (don't recall if it even works anymore). To move the UI to a different port, you adjust the appropriate setting within the UI.
March 3, 20215 yr Author 2 hours ago, Squid said: Changing the port is deprecated now (don't recall if it even works anymore). To move the UI to a different port, you adjust the appropriate setting within the UI. Where is that setting? And what can/should I delete from the Go file?
March 3, 20215 yr 2 minutes ago, squirrellydw said: Where is that setting? And what can/should I delete from the Go file? The standard go file contains only: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & So remove "-p 8088" You can change the port in the webui under Settings > Management Access
Archived
This topic is now archived and is closed to further replies.