jump to navigation

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

Comments»

1. Balaji - July 19, 2006

Thank you.
Work well.

2. Lifeinanalog - July 28, 2006

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.

3. gabriel - August 13, 2006

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

4. Stiffler - August 30, 2006

sudo apt-get install webmin doesn’t work
E: Couldn’t find package webmin

5. invaleed - August 31, 2006

For Dapper drake apt-get install webmin does’nt work… but for brezy work great… :)

6. Michel - September 1, 2006

Which changes hace to be made to apache module in webmin to fully control apache setup

7. invaleed - September 24, 2006

Nothings, just install webmin, with source or via apt-get, your apache support webmin automatically :)
Lets try its… Good Luck :)

8. Set up Ubuntu Linux LAMP Server in Minutes - Part 4 - Sheeped - January 29, 2007

[...] 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 [...]

9. kaygenz - February 5, 2007

Thanks man works great

10. lbe » Blog Archive » Ubuntu Server 6.10 up and running - February 25, 2007

[...] 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 [...]

11. matt - March 16, 2007

Webmin is now version 1.330. To get it type
# wget http://umn.dl.sourceforge.net/sourceforge/webadmin/webmin-1.330.tar.gz

12. invaleed - March 20, 2007

Ok, thanks … i’ll update this tutorial later… hehehe

13. Jack butler - April 16, 2007

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!

14. marcelo_smacom - September 22, 2007

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!!!

15. bertjerred - October 15, 2007

Wonderful! Thank you.

16. Floss - November 8, 2007

Fantastic Many Many thanks

17. Javier Jara - November 14, 2007

Thanks a lot for your time….

18. als - February 10, 2008

Thanks, it just works :)

Webmin now at version 1.400 if you want to upgrade

19. Neal McBurnett - April 2, 2008

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

20. invaleed - April 3, 2008

Thanks for your information… :)

21. Tomas - April 18, 2008

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

22. invaleed - April 18, 2008

Copy paste output from command
# ls

23. charlie - October 4, 2008

Thanks, these directions worked like a charm. Now all I need is to find the ip address for my machine.

24. How To: Set Up Ubuntu Linux 6.06 LTS LAMP Server | PatrickMN.com - November 1, 2008

[...] 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 [...]

25. nat - February 17, 2009

Is good is install finesh you webmin
Thank you