Copied all stacks
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
# 1. Install using script
|
||||
# Webmin Installation commands
|
||||
|
||||
## 1. Install using script
|
||||
|
||||
```bash
|
||||
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
|
||||
sudo sh webmin-setup-repo.sh
|
||||
```
|
||||
|
||||
# 2. Install Webmin
|
||||
## 2. Install Webmin
|
||||
|
||||
```shell
|
||||
sudo apt update
|
||||
sudo apt install webmin
|
||||
```
|
||||
|
||||
# 3. Open port
|
||||
## 3. Open port
|
||||
|
||||
```bash
|
||||
ufw allow 10000
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user