Tuesday, August 13, 2019

.::: How to Install Webmin on CentOS/Redhat 7, 8, 9 :::.

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 page for a list of all the functions built into Webmin.

1. download
[root@server /]# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.920-1.noarch.rpm

2. install optional dependencies with :
[root@server /]# yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect

3. Install webmin
[root@server /]# rpm -ivh webmin-1.920-1.noarch.rpm
warning: webmin-1.920-1.noarch.rpm: Header V4 DSA/SHA1 Signature, key ID 11f63c51: NOKEY
Preparing...                ########################################### [100%]
Operating system is CentOS Linux
   1:webmin                 ########################################### [100%]
Webmin install complete. You can now login to https://server:10000/
as root with your root password.
[root@server /]#

4. Start and enable automatic boot
[root@server /]# systemctl enable webmin
[root@server /]# systemctl start webmin

5. login using user root

https://server:10000/
https://10.10.10.10:10000/

No comments:

Post a Comment

Popular Posts