Webmin インストール2016/01/20 |
Webブラウザからサーバーの様々な設定管理が行える Webmin をインストールします。
|
|
[1] | 必要なパッケージをインストールしておきます。 |
root@dlp:~# apt-get -y install apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
|
[2] | Webmin のインストールです。 |
root@dlp:~# curl -L -O http://www.webmin.com/download/deb/webmin-current.deb root@dlp:~# dpkg -i webmin-current.deb Selecting previously unselected package webmin. (Reading database ... 115807 files and directories currently installed.) Preparing to unpack webmin-current.deb ... Unpacking webmin (1.780) ... Setting up webmin (1.780) ... Webmin install complete. You can now login to https://dlp.srv.world:10000/ as root with your root password, or as any user who can use sudo to run commands as root. Processing triggers for ureadahead (0.100.0-16) ... ureadahead will be reprofiled on next reboot
root@dlp:~#
vi /etc/webmin/miniserv.conf # 最終行:アクセス許可するIP追記 allow=127.0.0.1 10.0.0.0/24
/etc/init.d/webmin restart |
[3] | ローカルホスト または 任意のクライアントで Webブラウザを起動し、「https://(サーバーのホスト名またはIPアドレス):10000/」へアクセスします。 すると Webmin の ログイン画面が表示されるので root ユーザーでログインします。 |
[4] | Webmin のメイン画面になります。ここから様々なシステム管理操作を行うことができます。 |
[5] | 左メニューで「Webmin」-「Webmin Configuration」をクリックし、右ペインの「Language」から言語の変更も可能です。 |