It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.791_all.deb
then run command:dpkg --install webmin_1.791_all.deb
Comments
# 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)
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.