Results 1 to 4 of 4

Thread: Install Webmin on Ubuntu

  1. #1
    Join Date
    Jan 2009
    Posts
    66

    Install Webmin on Ubuntu

    hi ,
    i am looking for help regarding installation of Webmin on Ubuntu.please tell me how can i install webmin on ubuntu command line and which Ubuntu version can work with it better ?
    thank you

  2. #2
    Join Date
    Apr 2008
    Posts
    2,572

    Re: Install Webmin on Ubuntu

    Webmin is a web-based interface for Unix system administration (which fig .........). So you can install it on ubuntu.

    From preparing the root system
    apt-get install perl install libnet-SSLeay openssl-perl libauthen-pam-perl libpam-runtime libio-pty-perl-perl libmd5
    after the download. deb for debian based distro for all architectures from

    HERE


    Then install
    dpkg-i webmin_1.441_all.deb
    Open a tab in FF and type this
    https: / / localhost: 10000 /
    where localhost is the name of your PC, for example if you want to remotely connect your IP address.

    You have to do is enter your user and password and complete freedom in administering your system from a convenient and simple web interface.

  3. #3
    Join Date
    Jan 2009
    Posts
    49

    Re: Install Webmin on Ubuntu

    For simplicity use Webmin to help us set up the rest of the server. First, install a number of packages required by Webmin:
    apt-get install perl libnet-SSLeay openssl-perl libauthen-pam-perl libpam-runtime libio-pty-perl-perl libmd5
    Then go to http://www.webmin.com/download.html and copy the URL for downloading Webmin version "Debian package". Then paste the URL into the console after a wget, for example, the 1430 version:
    To install, use the dpkg command:
    dpkg-i webmin_1.430_all.deb
    Webmin is installed! To connect, use the URL https: / / [nom_ou_IP_du_serveur]: 10000 / The login is "root" and password the same as the root SSH. To change the password:
    / usr / share / webmin / changepass.pl / etc / webmin root [password]
    The password change may take several minutes to be effective.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,276

    Re: Install Webmin on Ubuntu

    For various reasons (saving resources, security ...) the management of a server GNU / Linux is often done via a shell and this may distort the nose at those who do not have too much familiarity with the system tree of the various distributions, or with commands line

    A good solution is to manage webgui offer via Webmin: www.webmin.com

    Then proceed to install it (obviously from a terminal!)

    First download the installation package:

    update our system:
    sudo apt-get update

    sudo apt-get dist-upgrade
    now ready to install webmin:

    sudo dpkg-i webmin_1.450_all.deb
    This command will return error, no problem

    su
    do apt-get install-f
    Now the apt system will resolve the dependencies needed to install webmin and correctly

    https: / / localhost: 10000 / you will have access to your remote!

    To use the login credentials entered during installation of the system or a user group member admin

Similar Threads

  1. Ubuntu Administration via Webmin
    By Zeppelin in forum Operating Systems
    Replies: 4
    Last Post: 02-02-2011, 08:15 PM
  2. How to install XP after Ubuntu
    By AaAgMaN in forum Operating Systems
    Replies: 4
    Last Post: 30-01-2011, 07:39 PM
  3. How to install KDE 4.4 RC 2 on Ubuntu 9.10?
    By Rup_me in forum Operating Systems
    Replies: 4
    Last Post: 03-02-2010, 08:19 AM
  4. Install IE in Ubuntu
    By KDE_RuLeZ in forum Operating Systems
    Replies: 3
    Last Post: 31-08-2009, 07:34 PM
  5. How to create a user webmin via command line in Linux
    By Elsie in forum Networking & Security
    Replies: 3
    Last Post: 25-04-2009, 06:26 PM

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
  •  
Page generated in 1,714,146,565.58870 seconds with 17 queries