Running Webmin on demand, and on different port!

July 4, 2010 • By admincPanel

If you are the single user of Webmin or have limited number of users, you may consider starting the webmin on demand! That is start the daemon only when you are going to use it and stop it back after your works are completed!

How to?

To start the webmin, you need to ssh to server. Run the following command:

ssh user@Server_IP ‘service webmin start’

This will ask you for password. If the password is correct and the user has proper permission, it will start the webmin.

When you are done, you can again stop it using the following command:

ssh user@Server_IP ‘service webmin stop’


You can also start webmin on different port rather than standard 10000 port. Simply run the following command:

ssh user@Server_IP -p 10010 ‘service webmin start’

and stop it as well by

ssh user@Server_IP -p 10010 ‘service webmin stop’

Running Webmin on demand, and on different port!, 4.0 out of 10 based on 2 ratings