• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install Webmin on Ubuntu 20.04

Written by Admin, Updated On May 18, 2020
ubuntu, webmin
How to Install Webmin on Ubuntu 20.04

Webmin is modern and open-source web hosting control panel for easy Linux server administering. Using webmin you can manage user accounts, groups, disk quotas, configure DNS settings, email and database server, and change settings for common packages. In simple words, with Webmin, you can configure almost every aspect of the system. This tutorial explains how to install Webmin on Ubuntu 20.04 server.

Webmin installation is very straightforward and a lightweight application. It removes all the manual tasks which need to do with command line. In this article we will use APT package manager to install Webmin on Ubuntu.

Before starting installation, ensure that you are logged in as root or user with sudo access.

Step 1 – Install Dependencies#

At first, update the package index and install dependencies.

sudo apt update
sudo apt install software-properties-common apt-transport-https wget

Step 2 – Enable Webmin Repository#

Now import the Webmin GPG key using the following wget command and enable the Webmin repository:

wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"

Step 3 – Install Latest Webmin#

Once the repository enabled, install the webmin package by executing below command:

sudo apt install webmin

It will show output something like this:

Webmin install complete. You can now login to https://localhost:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.

Webmin service will start automatically.

Step 4 – Adjust Firewall#

Webmin listening on port 10000 on all network interface. So allow this port in firewall to access webmin on internet. Run the following command to allow it using UFW:

sudo ufw allow 10000/tcp

Step 5 – Access Webmin#

At this stage Webmin is installed on your server. By default, Webmin run on port 10000, launch your web browser and type your server’s hostname name or public IP address followed by the Webmin port 10000.

https://server_ip_or_hostname:10000/
webmin-login-form

You will be promted for user credentials enter root or your user login with the password to access Webmin. On successful login, you will be redirect to dashboard and you can control your server now.

That’s it! webmin is successfully installed on your Debian 10 system.

Conclusion#

In this article, we shown you how to install Webmin on Ubuntu 20.04 server. To get more information about Webmin go through official Webmin documentation page.

If you have hit any issue while installing, feel free to leave a comment below.

Read more articles:

  • How to Install Apache, MySQL, PHP (LAMP) on Ubuntu 20.04
  • How to Install LEMP Stack on Ubuntu 20.04

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install PHP 7.4 on Ubuntu 20.04
Next Article   How to Install Zoom on Ubuntu 20.04

Related Posts

  • How to Install Apache, MySQL, PHP (LAMP) on Ubuntu 22.04

    How to Install LAMP on Ubuntu 22.04

    March 20, 2023
  • How to Install LEMP Stack on Ubuntu 22.04

    How to Install LEMP Stack on Ubuntu 22.04

    March 18, 2023
  • How to Install Memcached on Ubuntu 22.04

    How to Install Memcached on Ubuntu 22.04

    March 16, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install Microsoft Edge Browser on Ubuntu 22.04
    How to Install Microsoft Edge Browser on Ubuntu 22.04 March 14, 2023
  • How to Install Ruby on Ubuntu 22.04 LTS
    How to Install Ruby on Ubuntu 22.04 LTS February 27, 2023
  • How to Install LEMP Stack on Ubuntu 22.04
    How to Install LEMP Stack on Ubuntu 22.04 March 18, 2023
  • How to Install Set Up Apache Virtual Hosts on Ubuntu 22.04
    How to Set Up Apache Virtual Hosts on Ubuntu 22.04 March 2, 2023
  • How to Install MariaDB on Debian 11 Bullseye
    How to Install MariaDB on Debian 11 Bullseye March 8, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook