You are on page 1of 20

WEBMIN

Webmin

 Webmin adalah antarmuka berbasis web


untuk administrasi sistem Unix
Instalasi Deb

 Cara 1:
 Install dependencies
 Sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime
libio-pty-perl apt-show-versions python
 Download webmin :
 wget http://prdownloads.sourceforge.net/webadmin/webmin_1.850_all.deb
 Run command :
 dpkg --install webmin_1.850_all.deb
 Akses melalui web
 https://localhost:10000
Instalasi Deb

 Cara 2:
 Menambah repository
 deb http://download.webmin.com/download/repository sarge contrib
 Install GPG key
 wget http://www.webmin.com/jcameron-key.asc
 apt-key add jcameron-key.asc
 Install webmin
 apt-get update
 apt-get install apt-transport-https
 apt-get install webmin
Instalasi RPM

 Cara 1:
 Install dependencies
 yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty perl-Encode-Detect
 Download webmin :
 wget http://prdownloads.sourceforge.net/webadmin/webmin-1.850-1.noarch.rpm
 Run command :
 rpm -U webmin-1.850-1.noarch.rpm
 Akses melalui web
 https://localhost:10000
Instalasi RPM

 Cara 2:
 Menambah repository /etc/yum.repos.d/webmin.repo
 [Webmin]
 name=Webmin Distribution Neutral
 #baseurl=http://download.webmin.com/download/yum
 mirrorlist=http://download.webmin.com/download/yum/mirrorlist
 enabled=1
 Install GPG key
 wget http://www.webmin.com/jcameron-key.asc
 rpm --import jcameron-key.asc
 Install webmin
 yum install webmin
Login
Dashboard
Apache Webserver
Mysql Server
Mysql Backup
Mysql Backup
Mysql Backup
Mysql Backup
Mysql Backup
Mysql Backup
Mysql Backup
Mysql Backup
Manage Mariadb di Webmin

 Click module configuration and change:


 Command to start MySQL server: /etc/init.d/mysql start
 Command to stop MySQL server: /etc/init.d/mysql stop
 MySQL configuration file: /var/lib/mysql/my.cnf

You might also like