Install Webmin that you can operate your server from web browser.
[1] Install Net::SSLeay first
[root@ns ~]# yum -y install perl-Net-SSLeay
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package perl-Net-SSLeay.i386 0:1.30-4.fc6 set to be updated
--> Running transaction check
Dependencies Resolved
===========================================================
Package
Arch
Version
Repository
Size
===========================================================
Installing:
perl-Net-SSLeay
i386
1.30-4.fc6
base
195 k
Transaction Summary
===========================================================
Install
1 Package(s)
Update
0 Package(s)
Remove
0 Package(s)
Total download size: 195 k
Downloading Packages:
(1/1): perl-Net-SSLeay
100% |====================| 195 k 00:00
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing: perl-Net-SSLeay
############################# [1/1]
Installed: perl-Net-SSLeay.i386 0:1.30-4.fc6
Complete!
[2] Install Webmin
[root@ns ~]# wget
[root@ns ~]# rpm -Uvh webmin-1.360-1.noarch.rpm
Preparing...
################################# [100%]
Operating system is CentOS Linux
1:webmin
################################# [100%]
Webmin install complete. You can now login to
as root with your root password.
[root@ns ~]# vi /etc/webmin/miniserv.conf
allow=127.0.0.1 192.168.0.0/24
// bottom: add IPs you permit to access
[root@ns ~]# /etc/rc.d/init.d/webmin restart
Stopping Webmin server in /usr/libexec/webmin
Starting Webmin server in /usr/libexec/webmin
[3] Access to 'https://(your hostname):10000' with web browser. Following screen is shown, Login with root.
[4]
You can operate your server on here.
阅读(1643) | 评论(0) | 转发(0) |