I can't establish a connection to the server - Virtualmin

I Think I did some updates that caused a problem with me connection to my virtualmin and webmin and usermin.

I tried these commands and this is what I have returned.

administrator@fire:~$ telnet localhost 20000
Trying ::1…
Trying 127.0.0.1…
telnet: Unable to connect to remote host: Connection refused

administrator@fire:~$ sudo iptables -L -n
[sudo] password for administrator:
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Thanks guys.

-Graham

Howdy,

You may want to verify that the daemons are running.

For example, in the case of Usermin, you can do that with this command:

/etc/init.d/usermin start

Thank you, that worked, I also did webmin too… why didn’t this automatically start?

-Graham