Jump to content

Cannot Access Web GUI


Recommended Posts

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.

Link to comment

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

 

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...