Results 1 to 3 of 3

Thread: Getting Webmin to work on Ubuntu server

  1. #1
    Join Date
    Oct 2007
    Location
    Syracuse
    Beans
    504
    Distro
    Ubuntu Studio 13.10 Saucy Salamander

    Getting Webmin to work on Ubuntu server

    First add the Webmin repositories:

    sudo nano /etc/apt/sources.list

    add:

    #webmin repositories
    deb http://download.webmin.com/download/repository sarge contrib
    deb http://webmin.mirror.somersettechsol....uk/repository sarge contrib

    Exit and save

    add the GPG key you need:

    sudo su (you are now root or close to it be careful and if anyone knows of a better way to do this please post it)
    cd /root
    wget http://www.webmin.com/jcameron-key.asc
    apt-key add jcameron-key.asc
    exit

    sudo apt-get install webmin

    This last part is really simple which must be why I didn't find it documented anywhere
    Opening ports needed for Webmin to work:

    sudo iptables -A INPUT -p tcp -m tcp --dport 10000 -j ACCEPT

    You may also need to make changes the settings for ufw

    sudo ufw allow webmin
    sudo ufw allow 10000

    use ifconfig to find your IP address

    https://your IP address:10000

    I think that's it if this doesn't work please tell me
    Last edited by metalf8801; March 9th, 2011 at 07:53 PM. Reason: fixed typ

  2. #2
    Join Date
    Mar 2009
    Location
    India
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Getting Webmin to work on Ubuntu server

    Hi

    I've installed ubuntu server 10.04 as a guest OS using virtual box in ubuntu lucid desktop.

    I've done everything you've mentioned here but I'm still unable to login i.e. the browser in desktop gives the following msg: 'The server at 192.168.1.4 is taking too long to respond.'.

    Please help.

    Thanks in advance.

  3. #3
    Join Date
    Nov 2007
    Beans
    9
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Getting Webmin to work on Ubuntu server

    works like a charm!! i actually needed something similar to my web server!! thanks a lot!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •