[SOLVED] Adjust default time-out for Web-UI?

Is there a way to adjust the timeout for the WebUI? I’m an IT Admin at a K-8 school, and our Technology Instructor uses MineCraft in his classes. I setup MineOS to help him manage different servers for different classes (works GREAT, by the way!). Anyway, the WebUI will time out after a while and it’d be nice to increase this timeout.

Thanks in advance for any help or ideas!

1 Like

You’re in luck! It’s extra easy with a single line addition to /etc/mineos.conf:

[global]
server.socket_host = "0.0.0.0"
server.socket_port = 8080
tools.sessions.timeout = 60

60 is minutes until the session times out (default).

1 Like

Thanks! Sorry for the long delay in responding to this. This solved my problem without a hitch.