Page 1 of 1

webgui usage

Posted: 21 Dec 2020, 13:19
by bennybubble
Hi,

I noticed there are four portnumbers checked in the webgui settings of RPIEASY:
Enabled GUI ports: 80 8080 8008 591
What happens if I uncheck the first portnumber (80)?
Will the GUI be available on the next checked port, being 8080 after restart?

I'm asking the question since I want to be sure that I cannot access the GUI anymore after doing so ...

-ben

Re: webgui usage

Posted: 21 Dec 2020, 14:29
by TD-er
Not sure if it actually will be available on those ports, but you can at least test to see if it is now accessible on one of those ports before changing it.
If it isn't I would not dare to change it via the GUI.

Re: webgui usage

Posted: 21 Dec 2020, 22:02
by enesbcs
bennybubble wrote: 21 Dec 2020, 13:19
Enabled GUI ports: 80 8080 8008 591
What happens if I uncheck the first portnumber (80)?
When you uncheck port 80, RPIEasy will skip testing port 80, and will use 8080 if it is free (and checked). If it is not, then the next one (that enabled and free) will be tested, and so on.
If for some reason no free ports found, you can modify "portlist" setting in data/advsettings.json. Or simply delete data/advsettings.json and settings will be default after restarting.