frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

Install Webmin

JustinJustin Member
Installing on Debian

Simply run command:
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.791_all.deb
then run command:

dpkg --install webmin_1.791_all.deb

All dependencies should be resolved automatically and Webmin control panel should be installed without a problem.
Tagged:

Comments

  • For Ubuntu 14.04 you can use:

    # command 1

    apt-get update

    # command 2

    apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python -y

    # command 3

    wget http://prdownloads.sourceforge.net/webadmin/webmin_1.791_all.deb

    # command 4

    sudo dpkg -i webmin_1.791_all.deb

    # All the four commands togheter:

    apt-get update && apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python -y && wget http://prdownloads.sourceforge.net/webadmin/webmin_1.791_all.deb && sudo dpkg -i webmin_1.791_all.deb

    # If you use VestaCP control panel, you must create the firewall rule to open the port 10000 for webmin

    echo "RULE='11' ACTION='ACCEPT' PROTOCOL='TCP' PORT='10000' IP='0.0.0.0/0' COMMENT='WEBMIN' SUSPENDED='no' TIME='17:15:00' DATE='2014-09-16'" >> $VESTA/data/firewall/rules.conf

    # If you use VestaCP control panel, You also must update the firewall rules to take effect

    v-update-firewall

    (All previous commands was tested on my server with no errors)

  • KevinKevin Member
    For Fedora and CentOS:

    Access your server via SSH and type in the following commands:

    # Command 1: wget http://prdownloads.sourceforge.net/webadmin/webmin-1.791-1.noarch.rpm

    # Command 2: yum -y install perl perl-Net-SSLeay openssl perl-IO-Tty

    # Command 3: rpm -U webmin-1.791-1.noarch.rpm

    Please note that this is to install Webmin version 1.791. after you have installed it you can login using "http://your-server-ip:10000/. You can also upgrade to the latest version inside the Webmin Panel.

    Make sure your firewall has the port 10000 open.
Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch