[Linux] Tutorial install Webmin on CentOS

Thứ Hai, 26 tháng 5, 2014
INSTALLATION INSTRUCTIONS Webmin on CentOS 
Webmin is a linux server management software via a graphical interface, the user ease of use. You can create files, edit files, copy or delete data. Resource management systems, services are hogging. Here are the steps to install Webmin Service on CentOS. 

- Its original website to download the tar.gz package 
Code:
  wget http://prdownloads.sourceforge.net/webadmin/webmin-1.680.tar.gz 
- Unzip the tar.gz file 
Code:
  Webmin tar-xzf 1.680.tar.gz 

- Installation 
Code:
  CD 

 Webmin-1.680

 . / Setup.sh 
- Then enter the default parameters, port, user, pass and wait about 5 minutes to complete the install. The default port is: http://ip:10000 


- To change the port of Webmin 
Edit: port = 10000 arbitrary port Switch 
Code:
  vi / etc / webmin / miniserv.conf 
Then restart the service 

Code:
  / Etc / init.d / webmin start 
If the log is not accessible due to port blocking firewall and we will open by typing the command: 
Code:
  iptables-A INPUT-p tcp-m tcp-dport 10000-j ACCEPT 

In it's default port is port 10000 Webmin 

Or stop iptables command 
Code:
  service iptables stop 

Then restart the service 
Code:
  / Etc / init.d / webmin start 

Chia sẻ bài viết ^^
Other post

All comments [ 0 ]


Your comments