Step 1: First we need to install the dependencies for webmin, so try the following command to install the dependencies.

Step 2: Next, install the latest webmin version to your VPS. Click here to get the latest webmin version URL, and use the following command to install it.

Step 3: Webmin running on port number 10000, so we have to open port on our firewall to get to it. try the following command to allow the webmin port on firewall.

Step 4: Save the iptables using following command and restart the iptables.


Step 5: Run the following command to start the webmin service and make it start automatically.

Step 6: Finally you can access the webmin on your browser using your IP address or domain name and port number (Eg: 127.0.0.1:10000 or example.com:10000 )
Username as root and password is your root password

Step 7: We can change the webmin root password for using the following command.
/usr/libexec/webmin/changepass.pl /etc/webmin root NewPassword.
Where NewPassword will be your new webmin password.

After you log in, you’ll get the control panel interface for configuring your web server.
No comments:
Post a Comment