Running Webmin on demand, and on different port!
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’
a WordPress rating system
Related posts:
- Configuring your Firewall for Webmin
- Webmin & Usermin installation on OS X
- How to install Webmin on CentOS, RHEL, Fedora, Mandriva, SuSE
- Installing Webmin in Ubuntu, LinuxMint
- Installation of Webmin on Mac! Video Tutorial
This will not work unless the user has root ssh allowed and ssh’s as root [both not a good idea.]
Additionally, the -p argument to ssh just changes the ssh port, not the webmin port.
a WordPress rating system
it was very interesting to read controlpanelblog.com
I want to quote your post in my blog. It can?
And you et an account on Twitter?
a WordPress rating system