Linux ETC

리눅스 관리툴 webmin 설치하기

2012.12.07 02:58

호스트웨이 조회 수:3186

 [공식 다운로드http://www.webmin.com/download.html

다운로드 완료 후 압축을 풀어줍니다.

# cd /usr/local/src/

# wget http://prdownloads.sourceforge.net/webadmin/webmin-1.610.tar.gz

# tar -zxvf webmin-1.610.tar.gz
# cd webmin-1.610
# ./setup.sh 

[root@localhost webmin-1.610]# ./setup.sh
***********************************************************************
*            Welcome to the Webmin setup script, version 1.510        *
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.

Installing Webmin in /usr/local/src/kimhaksun/webmin-1.510 …

***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.

Config file directory [/etc/webmin]: /etc/webmin    -> 동일하게 적어줍니다.
Log file directory [/var/webmin]: /var/webmin        ->
로그파일위치

***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.

Full path to perl (default /usr/bin/perl): /usr/bin/perl    -> 동일하게입력

Testing Perl …
Perl seems to be installed ok

***********************************************************************
Operating system name:    CentOS Linux
Operating system version: 5.5

***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the webserver should use SSL (if your system supports it).
- Whether to start webmin at boot time.

Web server port (default 10000): 10000      -> webmin 으로 사용할 포트를 적습니다. 기본10000
Login name (default admin): root            -> webmin id
입력
Login password:                              ->
패스워드 입력
Password again:                              ->
패스워드 확인 입력
Use SSL (y/n): n                            -> SSL
사용여부 확인
Start Webmin at boot time (y/n): n          ->
부팅 시 자동시작 여부
***********************************************************************
Creating web server config files..
..done

Creating access control file..
..done

Inserting path to perl into scripts..
..done

Creating start and stop scripts..
..done

Copying config files..
..done

Creating uninstall script /etc/webmin/uninstall.sh ..
..done

Changing ownership and permissions ..
..done

Running postinstall scripts ..
..done

Attempting to start Webmin mini web server..
Starting Webmin server in /usr/local/src/webmin-1.610
Pre-loaded WebminCore
..done

***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to

http://localhost:10000/

and login with the name and password you entered previously.

설치가 완료되었습니다.


방화벽을 사용할 경우 10000번 포트를 허용해줍니다.


클라우드 서비스 사용 하실 경우 방화벽그룹에서 허용 해주셔야 합니다.


iptables 사용 중일경우.

iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT


http://도메인:10000 로 접속을 해봅니다.


로그인 후 바로 적용되는 언어는 영어이므로 한글설정을 해줍니다.
로그인후 [Change Language and Theme] 부분에서 Webmin UI language 부분의 Personal choice …부분을 선택 후 korea(KO_KR.EUC) 로 선택해준후 다시 로그인을 합니다. -> webmin 이 한글화로 재설정됨을 확인할 수 있습니다.


[root@localhost webmin-1.610]# pstree | grep miniserv    -> 프로세스 확인
|-miniserv.pl


[root@localhost webmin-1.610]# netstat -nltp | grep LISTEN          -> 포트 LISTEN 확인
tcp        0      0 0.0.0.0:10000              0.0.0.0:*                  LISTEN      10730/perl
-> webmin
에 해당하는 10000 포트 LISTEN (프로세스 명이 perl 이라 해킹의심이 될 수 있으니 반드시 기억해야합니다.)

번호 제목 글쓴이 날짜 조회 수
306 linux 특정 용량으로 파일을 찾기, 삭제하기 호스트웨이 2015.09.08 4682
305 리눅스 tee명령어를 이용하여 디렉토리 목록 저장 file 호스트웨이 2012.09.28 4730
304 라우팅 제어명령 호스트웨이 2015.09.17 4784
303 리눅스 명령어 모음 호스트웨이 2012.12.06 4785
302 bios 타이머 및 시간 설정 호스트웨이 2015.09.18 4826
301 iotop 사용하기 호스트웨이 2015.09.14 4915
300 Web site에서 php error log 출력하지 않기 호스트웨이 2012.11.01 5047
299 패키지에 포함된 리스트 확인하기 호스트웨이 2012.12.07 5084
298 리눅스 파일 및 디렉토리 권한 관리 file 호스트웨이 2015.09.13 5181
297 리눅스 캐시 메모리 비우기 file 호스트웨이 2012.12.26 5267
296 Linux -(하이픈)으로 시작하는 파일 지우기 호스트웨이 2015.09.20 5498
295 Proftp 설치 및 xinetd 에서 실행하기 file 호스트웨이 2015.09.18 5588
294 dumpe2fs - 파일시스템 상세 정보 확인 호스트웨이 2015.09.18 5611
293 서버 네트워크 대역폭 제한 호스트웨이 2015.09.20 5715
292 LAN 카드에 여러개의 IP 주소 할당 호스트웨이 2015.09.18 5768
291 tar 분할압축하기 호스트웨이 2015.09.19 5873
290 Linux chkrootkit을 이용한 백도어 설치 탐지 호스트웨이 2015.09.18 5932
289 lrzsz 사용해보기 호스트웨이 2012.10.12 6060
288 Touch 파일 용량 0바이트 만들기 호스트웨이 2015.09.20 6111
287 ls -l 출력 시 날짜형태 변경 호스트웨이 2012.12.27 6128