Pada posting sebelumnya ane udah bahas tentang webmin. Untuk kali ini yang ane share adalah instalasi webmin versi 1.520 yang dikemas ke dalam tar file dari situsnya. Sebenarnya untuk konfigurasi baik instalasi file installer bash .sh ataupun file paket .deb adalah sama. Hanya saja langkah awalnya yang berbeda. Untuk paket .deb seperti biasa dengan mengetikkan perintah:
Sedangkan untuk instalasi webmin yang di dapat dari download di situsnya adalah sebagai berikut
sudo apt-get install perl libcrypt-ssleay-perl libnet-ssleay-perl
login sebagai super user,
su
Kalo passwd rootnya blm di set, set dulu
sudo passwd root
copy webmin ke direktori /usr/share
cp webmin*.tar.gz /usr/share
Ekstrak
tar xvfz webmin*.tar.gz
pindah direktori ke folder hasil ekstrak'an
cd webmin*
jalankan script setup
./setup.sh
![]() |
| Konfigurasi setup webmin |
Abiz tuw masukin beberapa paramater konfigurasinya
1. Config file directory [/etc/webmin]: <-- Default, langsung tekan Enter
2. Log file directory [/var/webmin]: <-- Langsung tekan Enter
3. Full path to perl (default /usr/bin/perl): <-- Enter lagi
4. Web server port (default 10000): 10000
5. Login name: (default admin)
6. Use SSL (y/n):y
7. Start Webmin at boot time (y/n): y
***********************************************************************
Webmin has been installed and started successfully. Use your web
browser to go to
https://unknown-laptop:10000/
and login with the name and password you entered previously.
Because Webmin uses SSL for encryption only, the certificate
it uses is not signed by one of the recognized CAs such as
Verisign. When you first connect to the Webmin server, your
browser will ask you if you want to accept the certificate
presented, as it does not recognize the CA. Say yes.
Berez dah,, webmin udah bisa diakses dari https://127.0.0.1:10000/
![]() |
| Tampilan System info pada halaman webmin |
Referensi:
http://www.sarimingeek.com/index.php?page=blog&title=Webmin+di+Linux
© 2010 by Irfandz Lagi Enjoy


0 comments:
Post a Comment