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

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

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

-Dustin

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 .

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