PO BOX 154, Shell Knob 65747

417-233-1233

Member Portal

How to Install Webmin on Linux - Kunnskapsbase - Ember Syndicate

Kunnskapsbase  //  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, or Ubuntu installed on your VPS/Server.


How to install Webmin?

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

Then enter these commands:

yum install wget -y
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.990-1.noarch.rpm
yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect perl-Data-Dumper unzip perl-Encode-Detect
rpm -U webmin-1.990-1.noarch.rpm



Note: The installation may take a few minutes and will depend on the speed of your server. After it is done, the installation will display a message with the Webmin admin URL.


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


If the URL doesn't work, 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




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

Var dette svaret til hjelp?

Relaterte artikler

How to Install Plesk Onyx on Linux

Plesk is a popular website control panel. It makes managing your website easy. Although it is easy to install, going through our tutorial will be very helpful and most likely save you time.Before...


How to Install DirectAdmin on CentOS

DirectAdmin(DA) is a Commercial Hosting Control Panel used to sell shared and reseller hosting accounts.What are the requirements?- Fresh CentOS, AlmaLinux, Ubuntu, or Debian installed on your...


How to Install SolusVM Master on AlmaLinux or CentOS

SolusVM is a popular VPS hosting control panel. SolusVM master controls Slave nodes (Servers) and manages VPSs.What are the requirements?- Fresh AlmaLinux 8, CentOS Stream 8, or CentOS 7 installed...


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 server for creating VPSs on that server.What are the requirements?- Fresh AlmaLinux 8, CentOS Stream 8,...


How to Install cPanel

cPanel is the #1 Hosting Control Panel in the web hosting industry. You can easily install it.What are the requirements?- Fresh Ubuntu or AlmaLinux OS installed on your VPS/Server.How to install...