Hosting Services
Domain Names
SSL Certificates
Security Solutions

Latest Blog Posts

John Doe Jan 15, 2024

Understanding Cloud Computing

Jane Smith Jan 12, 2024

Essential Web Security Tips

How to Install Webmin on Linux Print


Webmin is a free hosting control panel with easy installation. It takes only 5 to 10 minutes, and the configuration is simple.


What are the requirements?

- Fresh CentOS, AlmaLinux, RockyLinux, Fedora, Debian, Kali or Ubuntu installed on your VPS/Server.


How to install Webmin?


Step 1:
Log in to SSH Client using your root account.

We are going to configure repositories. Enter below commands:

yum install wget curl -y
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sh setup-repos.sh

 

Type y and press enter.

 

Step 2: Install Webmin on RHEL, AlmaLinux, RockyLinux:

dnf install webmin

 

For Installing Webmin on Debian and derivatives:

apt-get install webmin --install-recommends


Note: The installation may take a few minutes and will depend on the speed of your server.

 

Step 3: Open port 10000 in your server's firewall. You can do so by running the following command:

firewall-cmd --zone=public --add-port=10000/tcp --permanent
firewall-cmd --reload



Step 4: Open your Webmin URL in a browser, such as https://ip-address here:10000


The Webmin Dashboard will open. Webmin's new design looks great.


Was this answer helpful?

Related Articles

How to Install cPanel cPanel is the #1 Hosting Control Panel in the web hosting industry. You can easily install... How to Install Plesk on Linux Plesk is a popular website control panel. It makes managing your website easy. Although it is... How to Install DirectAdmin on CentOS DirectAdmin(DA) is a Commercial Hosting Control Panel used to sell shared and reseller hosting... How to Install SolusVM Master on AlmaLinux or CentOS SolusVM is a popular VPS hosting control panel. SolusVM master controls Slave nodes (Servers) and... How to Install SolusVM Slave on AlmaLinux or CentOS SolusVM is a popular VPS hosting control panel, and SolusVM Slave is installed on a dedicated...
« Back