Webmin/ WebUI access

Hi! I am very new to Zerotier, but so far it has been the solution to many headaches. I was just winding if it is possible to use a webapp, like webmin, through zero tier. i have a server which I can SSH and RDP to, but when I try to access webin through chrome on port 10000, it times out. However, when I use RDp and open it up locally on the machine, it works fine. (However, RDP is very laggy and I would prefer not to use it). Is there a way to get this to work?

Sounds like a firewall issue on the server. If you can get to the machine over RDP, your network layer is OK.

It could be that:

  1. the firewall is not allowing incoming connections on port 10000 over the zerotier interface
  2. the webmin application is only listening on localhost and is not available on the other IP addresses. Check in the config file for something like ‘listen’, ‘network.host’ or something like that with no value or 127.0.0.1 and replace it with 0.0.0.0