Search This Blog

Thursday, 29 June 2017

Five Steps to Install Webmin on CentOS 6 using yum

Step 1: First we need to install the dependencies for webmin, so try the following command to install the dependencies.
1
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.
2
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.
4
Step 4: Save the iptables using following command and restart the iptables.
5
7
Step 5: Run the following command to start the webmin service and make it start automatically.
24
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
6
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.
3
After you log in, you’ll get the control panel interface for configuring your web server.

No comments:

Post a Comment