daemon wrote:consider this scenario...
serviio installed on a remote server (not on lan)
have ssh access to the server, no gui
need to open port for remote console access
set password using console access - remote tab
which can be reset by anyone on the internet!
what the?
-Daemon
I suggest the port for console access should not be opened directly to the Internet. Instead you should be able to SSH in, which has strong security, and then access the console through the SSH port. I've done something similar with the Windows Desktop Connection, using Putty to SSH through the firewall and open the necessary port to use the RDC client on my local computer to access the server.
This way, only someone who has the SSH password, and configures the SSH client correctly, can open the console. I understand your concern, but there are ways to secure access on a remote server.