Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Webmin on Fedora Linux - DesignLinux

Jan 27 2021
designlinux 0 Comments

Keeping an eye on your system’s performance is one of the essential tasks that any Linux user should undertake from time to time. This helps in diagnosing any bottlenecks that are likely to impact performance.

Webmin is a free and open-source front-end monitoring and administration tool that helps Linux users have a glance at various system metrics and perform administration tasks without the need of running commands on the terminal.

Webmin provides an intuitive and simple UI that provides metrics such as CPU, RAM, and Disk utilization. It also provides basic information such as the Operating system of the server, hostname, kernel version, uptime, Load average, running processes, and processor information to mention a few. Additionally, you can execute sysadmin tasks such as:

  • Set up / remove user accounts.
  • Change user account passwords.
  • Installing, updating, upgrading & removing packages.
  • Configuring firewall rules.
  • Rebooting/shutting down.
  • Viewing log files.
  • Schedule cron jobs.
  • And so much more.

In this guide, we touch base on how to install Webmin on Fedora Linux.

Step 1: Install Webmin YUM Repository

If you like to install and update Webmin via DNF package manager, create the /etc/yum.repos.d/webmin.repo file.

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

Add the following repository information into the file.

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

Next, download and add the Webmin GPG key with which the packages are signed as shown.

# wget https://download.webmin.com/jcameron-key.asc
# rpm --import jcameron-key.asc

Step 2: Install Webmin on Fedora

With the installation of dependencies complete, let’s now install Webmin with the command.

# dnf install webmin
Install Webmin in Fedora Linux
Install Webmin in Fedora Linux

All dependencies should be resolved automatically and the installation will get underway and will take a couple of minutes to complete.

Upon completion, you can verify if Webmin is running by executing the old SysV init script as shown.

# /etc/init.d/webmin status
Check Webmin Status
Check Webmin Status

The output indicates that Webmin is up and running.

Step 3: Open Webmin Port on Fedora Firewall

By default, Webmin listens on TCP port 10000 and you can confirm this by running the netstat command as shown.

# netstat -pnltu | grep 10000
Check Webmin Port
Check Webmin Port

If you are behind a firewall, you need to open the TCP port 10000 as shown.

# firewall-cmd --add-port=10000/tcp --zone=public --permanent
# firewall-cmd --reload
Open Webmin Port on Firewall
Open Webmin Port on Firewall

Step 4: Accessing Webmin Control Panel

So far, we have installed Webmin and verified its status. The only thing remaining is to log into Webmin and manage our system. So, launch your favorite browser and browse the URL below.

https://server-ip:10000/

When you browse the URL for the first time, you will get a “Your connection isn’t private” alert on the browser. Nothing to worry about. This is due to the fact that Webmin comes with a self-signed SSL certificate which is not signed by the CA authority.

As a workaround, click on the ‘Advanced’ button as shown.

SSL Connection Warning
SSL Connection Warning

Then click to proceed to the server. You will get the login page below. Use root credentials and click on ‘Sign In’ to log in.

Webmin Login
Webmin Login

Finally, you will get the Webmin dashboard that gives you a glance at your system’s metrics, and at the left pane, you will see administrative options at your disposal.

Fedora Webmin Dashboard
Fedora Webmin Dashboard

This marks the end of this tutorial. We hope it made your work easy in installing Webmin on Fedora Linux.

Related

Tags: Fedora Tips, Linux Control Panels

How to Install PHP 8 on CentOS 8

Prev Post

How to Install CouchDB on Debian 10

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
  • 2
  • 621
  • 1,055,393

DesignLinux.com © All rights reserved

Go to mobile version