LAMP Web Server Part 2 Install Webmin

Опубликовано: 27 Октябрь 2024
на канале: William Campbell
7,896
109

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.

Video series part 1 Install Debian:    • LAMP Web Server Part 1 Install Debian  
Video series part 3 Install Apache:    • LAMP Web Server Part 3 Install Apache  
Video series part 4 VirtualBox Guest Additions:    • LAMP Web Server Part 4 VirtualBox Gue...  
Video series part 5 Install MariaDB:    • LAMP Web Server Part 5 Install MariaDB  
Video series part 6 Install PHP:    • LAMP Web Server Part 6 Install PHP  
Video series part 7 Install phpMyAdmin:    • LAMP Web Server Part 7 Install phpMyA...  
Video series part 8 Dynamic DNS:    • LAMP Web Server Part 8 Dynamic DNS  

Also see Apache Add Virtual Hosts:    • Apache Add Virtual Hosts To LAMP Web ...  

Steps described may also apply to actual hardware or Linux hosting service.

How to install and configure Windows Terminal:    • Windows Terminal Install and Configure  
Webmin homepage: https://www.webmin.com/
Webmin documentation: http://doxfer.webmin.com/Webmin/Main_...
More about Webmin users and selective access: https://doxfer.webmin.com/Webmin/Webm...

Commands/text to copy and paste:
--------------------------------

sudo nano /etc/apt/sources.list

webmin
deb http://download.webmin.com/download/r... 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