LAMP Web Server Part 2: Install Webmin
Video series showing steps to make a web server in VirtualBox.
Part 2 is how to install Webmin and control the server from a web browser.
Videos to follow include Apache, Maria database, PHP, and phyMyAdmin.
Video series part 1: Install Debian: https://youtu.be/P-FqX7q1QpQ
Steps described may also apply to actual hardware or Linux hosting service.
How to install and configure Windows Terminal: https://youtu.be/pa4KmDpaX6E
Webmin homepage: https://www.webmin.com/
Webmin documentation: http://doxfer.webmin.com/Webmin/Main_Page
More about Webmin users and selective access: https://doxfer.webmin.com/Webmin/Webmin_Users
Commands/text to copy and paste:
——————————–
sudo nano /etc/apt/sources.list
# webmin
deb http://download.webmin.com/download/repository sarge contrib
wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
rm jcameron-key.asc
sudo apt update
sudo apt install webmin
sudo nano /etc/webmin/miniserv.conf
sudo systemctl restart webmin
192.168.0.0/16
by William Campbell
linux web server