{"id":9994,"date":"2021-08-09T22:04:08","date_gmt":"2021-08-09T19:04:08","guid":{"rendered":"https:\/\/kifarunix.com\/?p=9994"},"modified":"2024-03-18T18:56:42","modified_gmt":"2024-03-18T15:56:42","slug":"install-webmin-on-rocky-linux-8","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/install-webmin-on-rocky-linux-8\/","title":{"rendered":"Install Webmin on Rocky Linux 8"},"content":{"rendered":"\n
In this guide, you will learn how to install Webmin on Rocky Linux 8. According to Webmin.com<\/a>, Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like \/etc\/passwd, and lets you manage a system from the console or remotely. See the standard modules<\/a> page for a list of all the functions built into Webmin<\/em>.<\/p>\n\n\n\n There are two ways in which Webmin can be installed on Rocky Linux 8:<\/p>\n\n\n\n Run system update<\/p>\n\n\n\n Download the latest Webmin RPM binary installer from the downloads page<\/a>. You can check the releases on releases page<\/a>.<\/p>\n\n\n\n Install the required perl dependencies.<\/p>\n\n\n\n Next, install Webmin.<\/p>\n\n\n\n Well, if you want to deal with required dependencies automatically;<\/p>\n\n\n\n Or if you have download the binary package;<\/p>\n\n\n\n Webmin can also be installed on Rocky Linux 8 via the YUM repos. Run the command below to create Webmin repository on Rocky Linux 8.<\/p>\n\n\n\n Install Webmin;<\/p>\n\n\n\n Sample output;<\/p>\n\n\n\n The default administrative user for webmin is the system root user.<\/p>\n\n\n\n Webmin is started when installed. Check the service status;<\/p>\n\n\n\n You can access webmin via the address If FirewallD is running, open this port on the current active zone to allow remote access.<\/p>\n\n\n\n You can now access Webmin from the browser. For the first time login, accept the private SSL\/TLS certificate warning and proceed to webmin.<\/p>\n\n\n Upon successful login, you will land on Webmin interface.<\/p>\n\n\n\n That is all on how to install Webmin. You can now run your system administration tasks from Webmin.<\/p>\n\n\n\n Install Apache Guacamole on Rocky Linux 8<\/a><\/p>\n\n\n\n Install and Setup Chrome Remote Desktop on Debian 10<\/a><\/p>\n\n\n\nInstalling Webmin on Rocky Linux 8<\/h2>\n\n\n\n
\n
Installing Webmin on Rocky Linux via RPM Binary<\/h3>\n\n\n\n
dnf update<\/code><\/pre>\n\n\n\n
wget https:\/\/prdownloads.sourceforge.net\/webadmin\/webmin-1.979-1.noarch.rpm<\/code><\/pre>\n\n\n\n
dnf install perl perl-Net-SSLeay openssl perl-Encode-Detect<\/code><\/pre>\n\n\n\n
rpm -ivh webmin-1.979-1.noarch.rpm<\/code><\/pre>\n\n\n\n
...\nUpdating \/ installing...\n 1:webmin-1.979-1 ################################# [100%]\nWebmin install complete. You can now login to https:\/\/rocky8.kifarunix-demo.com:10000\/\nas root with your root password.<\/strong><\/code><\/pre>\n\n\n\n
dnf install https:\/\/prdownloads.sourceforge.net\/webadmin\/webmin-1.979-1.noarch.rpm<\/code><\/pre>\n\n\n\n
dnf localinstall webmin-1.979-1.noarch.rpm<\/code><\/pre>\n\n\n\n
Install Webmin via Webmin YUM Repository<\/h3>\n\n\n\n
cat << EOF > \/etc\/yum.repos.d\/webmin.repo\n[Webmin]\nname=Webmin Distribution Neutral\nmirrorlist=https:\/\/download.webmin.com\/download\/yum\/mirrorlist\nenabled=1\ngpgkey=http:\/\/www.webmin.com\/jcameron-key.asc\nEOF<\/code><\/pre>\n\n\n\n
dnf install webmin<\/code><\/pre>\n\n\n\n
============================================================================================================================================================================\n Package Architecture Version Repository Size\n============================================================================================================================================================================\nInstalling:\n webmin noarch 1.979-1 Webmin 39 M\n\nTransaction Summary\n============================================================================================================================================================================\nInstall 1 Package\n\nTotal download size: 39 M\nInstalled size: 123 M\nIs this ok [y\/N]: y\n<\/code><\/pre>\n\n\n\n
...\n Installing : webmin-1.979-1.noarch 1\/1 \n Running scriptlet: webmin-1.979-1.noarch 1\/1 \nWebmin install complete. You can now login to https:\/\/rocky8.kifarunix-demo.com:10000\/\nas root with your root password.\n...<\/code><\/pre>\n\n\n\n
Accessing Webmin Web Interface<\/h3>\n\n\n\n
service webmin status<\/code><\/pre>\n\n\n\n
https:\/\/<server-hostname>:10000\/<\/code><\/strong>.<\/p>\n\n\n\n
firewall-cmd --add-port=10000\/tcp --permanent<\/code><\/pre>\n\n\n\n
firewall-cmd --reload<\/code><\/pre>\n\n\n\n
<\/figure><\/div>\n\n\n
<\/figure>\n\n\n\n
Related Tutorials<\/h3>\n\n\n\n