Loading...

How to Install Webmin/Virtualmin on CentOS 8

Simple.Predictable.Scalable

Easily deploy your favorite applications in seconds at an unbeatable price for your next projects.

Installing Webmin/Virtualmin on CentOS 8

Webmin is a web-based system administration tool that allows users to manage various aspects of their server through a graphical interface. Virtualmin, on the other hand, is a powerful and flexible web hosting control panel that allows users to manage multiple domains, websites, and virtualized environments on a single server.

Here are the steps to install Webmin and Virtualmin on CentOS 8:

    sudo dnf update -y
  
    sudo nano /etc/yum.repos.d/webmin.repo
  

Add the following lines:

    [Webmin]
    name=Webmin Distribution Neutral
    baseurl=http://download.webmin.com/download/yum
    enabled=1
  

Save the file and exit the editor.

    sudo rpm --import http://www.webmin.com/jcameron-key.asc
  
    sudo dnf install webmin -y
  
    sudo systemctl start webmin
    sudo systemctl enable webmin
  

Open a web browser and visit https://your_server_ip:10000. Accept the self-signed SSL certificate and login using your system username and password.

    sudo nano install.sh
  

Paste the following lines:

    #!/bin/bash
    wget http://software.virtualmin.com/gpl/scripts/install.sh
    sudo /bin/sh install.sh
  

Save the file and exit the editor.

    sudo chmod +x install.sh
  
    sudo ./install.sh
  

Follow the prompts to complete the installation. It may take a while to download and install the necessary packages.

Open a web browser and visit https://your_server_ip:10000. Login using your system username and password.

  1. Update the system:
  2. Add the Webmin repository:
  3. Install the GPG key:
  4. Install Webmin:
  5. Start and enable the Webmin service:
  6. Access Webmin:
  7. Install Virtualmin:
  8. Make the script executable:
  9. Run the script:
  10. Access Virtualmin:

Congratulations! You have successfully installed Webmin and Virtualmin on CentOS 8. Now you can manage your server and host multiple websites with ease.

Refer A Friend
Get $25


Why Customers Love Us

What our customers say about us

Ready To Get Started For Free?

Create your free account today.