From c8ff22f566a0102f9978965637ea665fad2ace9b Mon Sep 17 00:00:00 2001 From: tteckster <tteckster@gmail.com> Date: Fri, 10 Dec 2021 18:31:36 -0500 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 7900f2650..2950d5ea6 100644 --- a/README.md +++ b/README.md @@ -639,3 +639,26 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/adgu ____________________________________________________________________________________________ </details> + + +<details> +<summary markdown="span">Webmin System Administration</summary> + +<p align="center"><img src="https://github.com/webmin/webmin/blob/master/images/webmin-blue.png" height="100"/></p> + +<h1 align="center" id="heading"> Webmin System Administration </h1> + +To Install [Webmin System Administration](https://www.webmin.com/index.html), run the following in a LXC console. + +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/webmin.sh)" +``` + +If you prefer to manage all aspects of your Linux LXC from a graphical interface instead of the command line interface, Webmin might be right for you. + + +**Webmin Interface - https:// IP:10000 (https)** + +____________________________________________________________________________________________ + +</details>