How to Install Webmin on CentOS or Debian VPS

Webmin is a free web hosting control panel compatible with most Linux distributions. To install on CentOS or any other RHEL-derived system, follow the first half of the guide; to install on Debian or Ubuntu, skip to the latter half.

 

CentOS/RHEL Installation with Yum

1. Create and edit the /etc/yum.repos.d/webmin.repo file:

# vi /etc/yum.repos.d/webmin.repo

2. With the file open in vi, press "A" to enter editing mode, and add:

[Webmin]

name=Webmin Distribution Neutral

#baseurl=http://download.webmin.com/download/yum

mirrorlist=http://download.webmin.com/download/yum/mirrorlist

enabled=1

3. Save and exit the file by pressing ESC, typing :wq (colon-w-q), and pressing enter.

4. Fetch and install the proper GPG Key:

# wget http://www.webmin.com/jcameron-key.asc

# rpm --import jcameron-key.asc

5. Install Webmin with yum using the newly added repository:

# yum install webmin

 

Debian/Ubuntu Installation with APT

1. Edit the APT sources list:

# vi /etc/apt/sources.list

2. With the file open in vi, press "A" to enter editing mode, and add these lines to the file:

deb http://download.webmin.com/download/repository sarge contrib

deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib

3. Save and exit the file by pressing ESC, typing :wq (colon-w-q), and pressing enter.

4. Fetch and install the proper GPG Key:

# cd /root

# wget http://www.webmin.com/jcameron-key.asc

# apt-key add jcameron-key.asc

5. Install Webmin:

# apt-get update

# apt-get install webmin

 

For more information, visit: http://www.webmin.com/

  • payment
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Access Webmin Template

Webmin can be accessed at: http://xx.xx.xx.xx:10000 , with username "root" and your root...

How to Access Kloxo Template

Kloxo can be found on port 7778, at http://xx.xx.xx.xx:7778. The default username and password...

How to Clear cPanel/WHM Brute Force Log from SSH

If you find that you have accidentally been locked out of your WHM/cPanel server by Brute Force...

How to Install WHM/cPanel on RHEL or CentOS VPS

o install cPanel, run the following commands while logged in to your VPS as the root user: # cd...

How to Install Kloxo on RHEL or CentOS VPS

The Kloxo installation process differs depending on whether you have already setup MySQL. If you...

Powered by WHMCompleteSolution