21 lines
474 B
Markdown
21 lines
474 B
Markdown
# Webmin
|
|
|
|
## Structure
|
|
|
|
```
|
|
.
|
|
├── systemd
|
|
└── webmin (10000)
|
|
```
|
|
|
|
```bash
|
|
curl -o webmin-setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repos.sh
|
|
sudo sh webmin-setup-repos.sh
|
|
sudo apt-get install --install-recommends webmin usermin -y
|
|
```
|
|
|
|
[https://ip-address-of-machine:10000](https://ip-address-of-machine:10000)
|
|
|
|
##### Docker Module
|
|
|
|
[https://github.com/dave-lang/webmin-docker](https://github.com/dave-lang/webmin-docker) |