Howto Install Webmin [Ubuntu Dapper Drake 6.06] June 19, 2006
Posted by invaleed in Linux.trackback
Hanya mendokumentasikan Tutorial yang saya dapet dari searching google, siapa tau besuk kepake….
Referensi : http://www.ubuntuforums.org/showthread.php?t=195093
Webmin is an excellent web-based interface to your Unix based machines. There are no webmin packages in the latest release "Dapper". This is how I installed webmin on my Dapper server… Install SSH
#sudo apt-get install ssh
2. Enable the universe and multiverse repositories in the /etc/apt/sources.list (https://wiki.ubuntu.com/AddingRepositoriesCliHowto)
3. To make this easier use a ssh client like Putty (Win32) or a Term on another machine that has a GUI and copy / paste these commands or you can just re-type them…
Below is the source I just happened to use. If it is not working go to: http://prdownloads.sourceforge.net/webadmin/webmin-1.270.tar.gz and find a working mirror.
#wget http://easynews.dl.sourceforge.net/sourceforge/webadmin/webmin-1.270.tar.gz
#gzip -cd webmin-1.270.tar.gz | tar xvf -
#sudo apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules
#cd webmin*
#sudo ./setup.sh
Basically just hit enter and choose SSL and the auto start the service at boot
Web server port (default 10000): (Feel Free to change this)
Login name (default admin):
Login password: AReallyGoodONE
Password again: AReallyGoodONE
Use SSL (y/n): y
Start Webmin at boot time (y/n): y
Now you can login with the user/password that you set at the https://IpAddressOfYourMachine:10000



Thank you.
Work well.
Thank you, this worked wonders! However, Webmin has changed versions to 290 since you published this. Thought I would let you know if you wanted to update it.
there’s a .deb package for webmin:
http://webmin.com/download.html
you can also simply get it with apt-get:
sudo apt-get install webmin
sudo apt-get install webmin doesn’t work
E: Couldn’t find package webmin
For Dapper drake apt-get install webmin does’nt work… but for brezy work great…
Which changes hace to be made to apache module in webmin to fully control apache setup
Nothings, just install webmin, with source or via apt-get, your apache support webmin automatically
Lets try its… Good Luck
[...] you’re uncomfortable with the command-line interface, I recommend you look into guides for installing Webmin and phpMyAdmin for Ubuntu. Also, if you would like to administer your server from your own [...]
Thanks man works great
[...] and I love it! Seems to be a really usefull tool and was really easy to configure. I followed http://invaleed.wordpress.com/2006/06/19/howto-install-webmin-ubuntu-dapper-drake-606/ and it was really [...]
Webmin is now version 1.330. To get it type
# wget http://umn.dl.sourceforge.net/sourceforge/webadmin/webmin-1.330.tar.gz
Ok, thanks … i’ll update this tutorial later… hehehe
What can I say I was almost pulled to the Dark Side (Windoze).
Jedi Master Invaleed lead me to the light. Thank you very much sir for cogent directions on installing Webmin on Ubuntu.
It just might be that your “the one” who can teach many *nix ubergeeks to write detailed easy to follow directions. Nothing is worse to trying to figure out what is stuck in someone’s head and didn’t find it’s way to the “detailed” installation instructions!
Thanks again
If write *nix books in this detail I promise to buy them!
Muito claro, objetivo, só faltou orientar fazer “apt-get update” após Enable the universe and multiverse repositories. Muchisimas gracias, Muitissimo Obrigado, Thanks. You really help me. Te debo una. ESPERO RETRIBUIR!!!
Wonderful! Thank you.
Fantastic Many Many thanks
Thanks a lot for your time….
Thanks, it just works
Webmin now at version 1.400 if you want to upgrade
Beware that webmin is not supported in Ubuntu or Debian because it can mess up your config files and cause upgrade problems. And see e.g. this report of a Postfix problem that turned out to be webmin adding ’sudo’ to their smtpd_recipient_restrictions.
http://archives.neohapsis.com/archives/postfix/2007-11/1330.html
As of hardy, see also Ebox and https://wiki.ubuntu.com/EboxSpec
Thanks for your information…
Well, I wish I could say I had the same success as others, but when I typed gzip webmin-1.270.tar.gz | tar xvf-
I received an error that told me: tar: Old option ‘f’ requires an argument
gzip: webmin-1.270.tar.gz: no such file or directory
Copy paste output from command
# ls
Thanks, these directions worked like a charm. Now all I need is to find the ip address for my machine.
[...] you’re uncomfortable with the command-line interface, I recommend you look into guides for installing Webmin and phpMyAdmin for Ubuntu. Also, if you would like to administer your server from your own [...]
Is good is install finesh you webmin
Thank you