Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.
Install webmin on ubuntu 11.04 (Natty) server
- Edit /etc/apt/sources.list file
sudo vi /etc/apt/sources.list
- Add the following lines
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
- Save and exit the file
-
Now you need to import GPG key
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
- Update the source list
sudo apt-get update
- Install webmin
sudo apt-get install webmin
- Not so long, for about 15 minutes you can start webmin from your browser
Now you need to access webmin using http://serverip:10000/ once it opens you should see similar to the following screen.
But I got problem when I login. I can't login with my "username", also as "root".
Here you can solve this problem
- There is a file /etc/webmin/miniserv.users
nano /etc/webmin/miniserv.user
- Edit this line "root:x:0"
root::
- Save and restart your webmin
/etc/init.d/webmin restart
- You should be able to login without password, don't forget to change your root password immediatelyWebmin sangat membantu seorang admin dalam kerja. Seperti CPANEL, kita bisa mengatur semuanya.
Install webmin on ubuntu 11.04 (Natty) server
- Edit /etc/apt/sources.list file
sudo nano /etc/apt/sources.list
2. Tambahkan baris berikut
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
- Simpan dan keluar dari editor
Import GPG key
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
- Update the source list
sudo apt-get update
- Install webmin
sudo apt-get install webmin
-
Kurang lebih 15 menit installasi sudah selesai
-
Tes di browser dengan alamat http://serverip:10000/
-
Masukan user dan password.
Pertama kali login saya dapat masalah, saya tidak bisa login dengan user "root" juga user yang bisa menjalankan sudo.
Emm,,, coba praktikkan cara berikut.
- Edit file /etc/webmin/miniserv.users
nano /etc/webmin/miniserv.user
- Ganti baris "root:x:0"
root::
- Simpan dan restart webmin
/etc/init.d/webmin restart
- Coba login ulang. Seharusnya anda bisa masuk webmin dengan user root tanpa password. Jangan lupa segera ganti password root anda.
Semoga sukses