Web GUI Help


Go to solution Solved by ljm42,

Recommended Posts

I have looked on these forums for help. I have DNS, but disabled SSL to attempt local access. I have full ssh access, all my containers along with their ports are all working with web interfaces. 

 

I am unable to figure out any way to get into the Web GUI since adding the Connect Plugin and then updating unRaid OS.

 

I apologize if I missed a solution on the forum. I am pulling my hair out here. 

greenmountain-diagnostics-20230515-1517.zip

Link to comment
  • Solution

You have configured Unraid to use port 84 for both http and https traffic, this will not work. They need to be on different ports.

 

The defaults are:
  HTTP port:   80
  HTTPS port:  443

 

The only reason to change the defaults is if you want to run Docker containers on those ports.

 

On your flash drive there is a config/ident.cfg file. Edit that and change these entries so that they are unique on the system and do not conflict with any Docker containers:

PORT="84"
PORTSSL="84"

 

After doing that, run:

/etc/rc.d/rc.nginx reload

Or restart the server

  • Upvote 1
Link to comment