can't access virtualmin after installation complete

5 posts / 0 new
Last post
#1 Thu, 11/06/2014 - 05:30
Eyemails

can't access virtualmin after installation complete

I installed virtualmin on my server using automatic installation "install.sh"

after installation complete i cant access the Virtualmin webmin throught "http://myipaddress:10000" or "https://myipaddress:10000"

any thing i missed up

thanks

Thu, 11/06/2014 - 11:39
andreychek

Howdy,

What distro/version are you using?

And does it help to restart Webmin? You can do that by running this command:

/etc/init.d/webmin restart

Thu, 11/06/2014 - 13:41
ReArmedHalo

Also check that the firewall is either allowing access via those ports, or that is disabled.

-Dustin

Thu, 11/06/2014 - 16:46 (Reply to #3)
Eyemails

I checked the firewall and added the port 10000 more over I changed the port of webmin to another port and add it to the fitr wall .. and after restarting webmin and iptable I can log in ti the first page then after that an error occurred saying "connection refused" and nothing will open after that .

Thu, 11/06/2014 - 16:52
andreychek

You may want to check that Webmin is still running. You can do that with this command:

netstat -an | grep :10000

(substitute the current port you have it running on for the 10000 above)

If your server is low on resources, it's possible that it's running out of RAM, which can cause processes such as Webmin to die off.

What does this command output:

free -m

Topic locked