Tuesday 3 February 2015

HOW TO INSTALL WEBMIN ON CENTOS

Before starting the install Webmin + Virtualmin, you should check whether the hostname hostname is fully qualified domain name (FQDN), if not please in the first setting, because it can interfere with the installation process webmin.

1. Check the hostname
# Hostname -f
host1.e-padi.com

If Exit writing as above, shall mean the FQDN configuration is correct.

If still not out FQDN posts like the above, you should first set the FQDN in the / etc / hosts
# Cat / etc / hosts
# Do not remove the following line, or various programs
# That require network functionality will fail.
Host1 127.0.0.1 localhost.localdomain localhost
:: 1 localhost6.localdomain6 localhost6

Change into
# Pico / etc / hosts
# Do not remove the following line, or various programs
# That require network functionality will fail.
Localhost.localdomain localhost 127.0.0.1 host1.e-padi.com
:: 1 localhost6.localdomain6 localhost6
-----------------------------------------

Several methods Webmin installation on Centos linux server
1. [RECOMMENDED] Automatic Install Virtualmin + webmin with install.sh installer
a. # Wget http://software.virtualmin.com/gpl/scripts/install.sh
b. # Sh ./install.sh
c. Follow the installation process
d. If completed, access to webmin by: https: // IP_Mesin: 10000 /
Login: root
Passwd: (passwd root ssh)

-----------------------------------------

2. Install webmin manually via ssh
a. Open http://www.webmin.com/download.html find the right plan for servers
b. # Wget http://prdownloads.sourceforge.net/webadmin/webmin-1.510-1.noarch.rpm
c. # Rpm ivh webmin-1.510-1.noarch.rpm
d. If completed, access to webmin by: https: // IP_Mesin: 10000 /
Login: root
Passwd: (passwd root ssh)

-----------------------------------------

3. Install Webmin + Virtualmin manual
a. # Wget http://prdownloads.sourceforge.net/webadmin/webmin-1.580.tar.gz
b. # Gunzip webmin-1.500.tar.gz
c. # Tar xf webmin-1.500.tar
d. # Cd webmin-1.500
e. # ./setup.sh / Usr / local / webmin

-----------------------------------------

4. Install virtualmin / webmin with yum / repository
a. # Vi /etc/yum.repos.d/webmin.repo

b. Paste the code below gets under file /etc/yum.repos.d/webmin.repo
[Webmin]
name = Webmin Neutral Distribution
# baseurl = http: //download.webmin.com/download/yum
mirrorlist = http: //download.webmin.com/download/yum/mirrorlist
enabled = 1

Finish by saving the file in a way: "ESC +" type "wq!" + Enter
c. Download key
    # Wget http://www.webmin.com/jcameron-key.asc
    # Rpm --import-key.asc jcameron
    # Rm -rf jcameron-key.asc

d. Start install webmin
# Yum install webmin

e. Wait until the install is complete, If completed, access to webmin by: https: // IP_Mesin: 10000 /
Login: root
Passwd: (passwd root ssh)

Similarly tutorial on how to install Webmin on Linux Centos VPS.
Hope it is useful.
source : tipsonliner | alhub service | duta teknologi

No comments:

Post a Comment