Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Webmin on Ubuntu 20.04 - DesignLinux

May 27 2020
designlinux 0 Comments

Webmin is an open-source web control panel for administering Linux servers. It allows you to manage the system users, groups, disk quotas as well as install and configure web, ssh, ftp, email, and database servers.

With Webmin, you can configure almost every aspect of the system through your web browser.

This guide explains how to install Webmin on an Ubuntu 20.04 server.

Prerequisites #

We’re assuming that you have administrative access to the Ubuntu server, either as root or a user with sudo permissions.

Installing Webmin on Ubuntu #

Webmin is not included in the standard Ubuntu repositories. The installation is a pretty straightforward process. We’ll enable the Webmin repository and install the package with apt.

The steps below describe the process of installing Webmin on Ubuntu:

  1. First, update the packages list and install the dependencies:

    sudo apt updatesudo apt install software-properties-common apt-transport-https wget
  2. Import the Webmin GPG key and add the Webmin repository to your system’s software sources:

    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"

    The add-apt-repository command will also update the package index.

  3. Install the latest version of Webmin by typing:

    sudo apt install webmin

    All dependencies will be automatically resolved and installed. Once done, the following output will be displayed:

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

    The Webmin service will start automatically.

That’s it! At this point, you have successfully installed Webmin on your Ubuntu 20.04 server.

To upgrade your Webmin installation when a new release is published, use the standard apt upgrade procedure.

Adjust the Firewall #

By default, Webmin listens for connections on port 10000 on all network interfaces. You need to open the port in your firewall so that the Webmin interface is accessible from the Internet. Assuming you are using UFW, you can do that by running the following command:

sudo ufw allow 10000/tcp

Accessing Webmin Web Interface #

Now that Webmin is installed on your Ubuntu system open your favorite browser and type your server’s hostname name or public IP address followed by the Webmin port 10000:

https://your_server_ip_or_hostname:10000/

The browser will complain about the certificate being not valid. By default, Webmin uses an untrusted self-signed SSL certificate.

Login to the Webmin web interface using your root or sudo user credentials:

Once you log in, you will be redirected to the Webmin dashboard, which provides basic information about your system.

From here, you can start configuring and managing your Ubuntu 20.04 server as per your requirement.

Conclusion #

We’ve shown you how to install Webmin on your Ubuntu 20.04 machine. You can now install an FTP server or LAMP/LEMP stack and start managing the services through the Webmin web interface.

To learn more about Webmin, visit their official documentation page.

If you have any questions, please leave a comment below.

webmin ubuntu

Related

Tags: ubuntu, webmin

How to Install MariaDB on Ubuntu 20.04

Prev Post

How to Set Up WireGuard VPN on CentOS 8

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 0
  • 477
  • 612,656

DesignLinux.com © All rights reserved

Go to mobile version