GNU/Linux >> Linux Esercitazione >  >> Rocky Linux

Come installare Webmin su Rocky Linux 8

In questa guida ti mostreremo come installare Webmin sui sistemi Rocky Linux.

Webmin è un pannello di controllo di gestione del server basato sul Web potente e flessibile per sistemi simili a Unix. Webmin consente all'utente di configurare i componenti interni del sistema operativo, come utenti, quote disco, servizi o file di configurazione, nonché di modificare e controllare app open source, come Apache HTTP Server, PHP o MySQL.

È un pannello di controllo basato sul Web che consente agli amministratori di sistema di gestire un server Linux da un browser Web. Con questo sistema di amministrazione basato sul Web, puoi occuparti di tutto ciò di cui hai bisogno.

Installa Webmin su Rocky Linux

Segui i passaggi seguenti per iniziare a utilizzare webmin

  • Aggiorna i tuoi pacchetti di sistema.
dnf update -y && dnf upgrade -y
  • Webmin non è disponibile nel repository di base Rocky Linux 8. Quindi scaricheremo l'ultima versione di Webmin con il comando wget.
wget https://www.webmin.com/download/webmin-current.tar.gz
  • Ora estrai il file scaricato con:
tar xvf webmin-current.tar.gz
  • Avanti, crea la directory di installazione per Webmin
sudo mkdir -p /usr/local/webmin
  • Esegui lo script per installare Webmin come mostrato di seguito.
./webmin-1.991/setup.sh /usr/local/webmin/

Risultato:

[root@rocky-pc unixcop]# ./webmin-1.991/setup.sh /usr/local/webmin/
***********************************************************************
        Welcome to the Webmin setup script, version 1.991
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.

Installing Webmin from /home/unixcop/webmin-1.991 to /usr/local/webmin/ ...

***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.

Config file directory [/etc/webmin]: 
Log file directory [/var/webmin]: 

***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.

Full path to perl (default /usr/bin/perl): 

Testing Perl ...
Perl seems to be installed ok

***********************************************************************
Operating system name:    Rocky Linux
Operating system version: 8.5

***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
 - What port to run the web server on. There must not be another
   web server already using this port.
 - The login name required to access the web server.
 - The password required to access the web server.
 - If the webserver should use SSL (if your system supports it).
 - Whether to start webmin at boot time.

Web server port (default 10000): 
Login name (default admin): unixcop
Login password: 
Password again: 
Use SSL (y/n): 
Start Webmin at boot time (y/n): y
***********************************************************************
Copying files to /usr/local/webmin/ ..
..done

Creating web server config files..
..done

Creating access control file..
..done

Inserting path to perl into scripts..
..done

Creating start and stop scripts..
..done

Copying config files..
..done

Configuring Webmin to start at boot time..
..done

Creating uninstall script /etc/webmin/uninstall.sh ..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..
..done

Enabling background status collection ..
..done

Attempting to start Webmin mini web server..
Starting Webmin server in /usr/local/webmin/
..done

***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to

  http://rocky-pc:10000/

and login with the name and password you entered previously.

[root@rocky-pc unixcop]#
  • Una volta installato, apri il browser web, quindi vai a http://your-ip-address:10000/ e accedi con il nome e la password che hai inserito in precedenza come mostrato di seguito.
  • Verrai indirizzato alla dashboard Webmin come mostrato di seguito.

Conclusione

Questo è tutto.

In questo articolo, ti abbiamo mostrato come installare webmin su Rocky Linux 8. Spero che questo sia stato utile.

Leggi anche:

Come impostare un indirizzo IP statico utilizzando Webmin
Come gestire i log di sistema utilizzando Webmin

Grazie.


Rocky Linux
  1. Come installare il server Redis su Rocky Linux

  2. Come installare Mattermost Server su Rocky Linux 8

  3. Come installare Python 3.9 su Rocky Linux 8

  4. Come installare Rocky Linux 8.4

  5. Come installare il server MariaDB in Rocky Linux

Come installare Anaconda su Rocky Linux 8

Come installare Webmin su Rocky Linux 8

Come installare il server MariaDB su Rocky Linux 8

Come installare Webmin su Ubuntu Linux

Come installare Jenkins su Rocky Linux 8

Come installare Nginx su Rocky Linux 9