July 31, 20223 yr Recently had to restart my server that was up for months without issue. After restart, I am unable to access the web GUI at localhost:9080 like I used to be (port number I set). All of my docker services (plex, sonarr, radarr, sabnzbd) are still working just fine and I can access those. Tried booting safe mode with no luck. Also tried booting in gui (firefox automatically opened and tried to open localhost:9080) to no avail. Hoping there is something simple that I am missing here.
August 1, 20223 yr After booting in gui mode you should be able to open a terminal/shell. Type "diagnostics" and note the filename it created. Then grab that file off your flash drive and attach to your next post in this thread.
August 1, 20223 yr Author diagnostic file attached. hope this helps unserv-diagnostics-20220801-1449.zip
August 1, 20223 yr Your http port is set to 9080, but your ssl port is set to 90443. 90443 is too large, so nginx is unable to start. Edit the config/ident.cfg file on the flash drive and change: PORTSSL="90443" to something else, perhaps: PORTSSL="9443" Then run: /etc/rc.d/rc.nginx reload
August 1, 20223 yr Author thank you this seems to have worked. wonder how it worked like that for months and decided to stop now.... but im back in action finally!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.