PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Setting Up Webmin

Go down

Setting Up Webmin Empty Setting Up Webmin

Post by jamied_uk 3rd July 2021, 18:32




Code:
#!/bin/bash
# https://www.webmin.com/deb.html
#
#su
appname="Webmin"
echo -en "\e[92m "
echo "Setting Up $appname"
echo ""

echo "First Setting Up Depeandnies"
sudo apt install -y perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python unzip

echo "Now Downloading $appname code..."
echo ""
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.979_all.deb

echo "Installing...."
echo ""
time sudo dpkg --install webmin_1.979_all.deb

echo """The install to /usr/share/webmin complete, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address."""
echo ""
echo "The default user name and password is that of your root user."
echo ""
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum