Instalasi webmin dengan menggunakan versi 1.520 tar file,
Download webmin versi tar file di situsnya webmin
truz Install dulu perl, libcrypt-ssleay-perl, libnet-ssleay-perl (biar bisa pake SSL)
*** login dulu sebagai root ...
sudo su enter trus enter password
** Install dulu paket pendukungnya
# apt-get install perl libcrypt-ssleay-perl libnet-ssleay-perl
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
*** 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/
No comments:
Post a Comment