GNU/Linux >> Linux Esercitazione >  >> Cent OS

Installa Webmin su CentOS 7 / RHEL 7

Webmin è uno strumento basato sul Web per Linux, aiuta a gestire i servizi come DNS, DHCP, server MySQL, PostgrSQL e altri servizi di rete. Aiuta anche a gestire l'utente, il disco, il file system, il processo, i pacchetti, ecc. Questo post ti guiderà all'installazione di Webmin su CentOS 7.

Crea repository per webmin.

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

Inserisci il seguente contenuto.

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

Scarica la chiave gpg webmin.

wget http://www.webmin.com/jcameron-key.asc

Importa chiave.

rpm --import jcameron-key.asc

Installa webmin.

yum -y install webmin

Avvia il webmin.

/etc/init.d/webmin start

Avvia automaticamente webmin all'avvio del sistema.

chkconfig webmin on

Webmin è in ascolto sulla porta n. 10000, consentilo sul firewall.

firewall-cmd --permanent --zone=public --add-port=10000/tcp
firewall-cmd --reload

Ora apri un browser e visita

http://il-tuo-indirizzo-ip:10000

Ti verrà chiesto di inserire nome utente e password. Usa nome utente e password root.

Questo è tutto.


Cent OS
  1. Come installare phpMyAdmin su RHEL 8 / CentOS 8

  2. Come installare P7Zip su RHEL 8 / CentOS 8

  3. Come installare ntfs-3g su RHEL 8 / CentOS 8

  4. Come installare PHP-mbstring su RHEL 8 / CentOS 8

  5. Come installare Webmin su CentOS 7

Come installare mongodb su RHEL 8 / CentOS 8

Installa Python 2 su RHEL 8 / CentOS 8

Come installare Webmin su CentOS 7

Come installare Webmin su CentOS 8

Come installare Webmin su CentOS 8/RHEL 8 Server

Come installare Webmin su CentOS