Over 10 years we help companies reach their financial and branding goals. Engitech is a values-driven technology agency dedicated.

Gallery

Contacts

411 University St, Seattle, USA

+1 -800-456-478-23

Linux Server Raspberry Pi 4

HOW TO INSTALL WEBMIN ON RASPBERRY PI OS

webminhero 1

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can set up user accounts, Apache, MySQL database, DNS, file sharing, and much more. Credit by www.webmin.com/

root@snet[~]# sudo nano /etc/apt/sources.list

Add the following line at the bottom of the file:

root@snet[~]# deb http://download.webmin.com/download/repository sarge contrib

Save file and exit. (Press CTRL + X, press Y and then press ENTER)

root@snet[~]# wget http://www.webmin.com/jcameron-key.asc
root@snet[~]# sudo apt-key add jcameron-key.asc
root@snet[~]# sudo apt-get update -y
root@snet[~]# sudo apt-get install -y webmin
root@snet[~]# sudo apt-get install libauthen-sasl-perl -y

Author

Stephen Fosu