-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmenu.sh
More file actions
21 lines (20 loc) · 907 Bytes
/
menu.sh
File metadata and controls
21 lines (20 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
echo -e "================================================="
echo -e ""
echo -e "> menu : Menampilkan daftar perintah"
echo -e "> usernew : Membuat akun SSH & OpenVPN"
echo -e "> trial : Membuat akun trial"
echo -e "> hapus : Menghapus akun SSH & OpenVPN"
echo -e "> cek : Cek user login"
echo -e "> member : Daftar member SSH & OpenVPN"
echo -e "> userlimit : Limit login Dropbear"
echo -e "> userlimitssh : Limit login SSHD"
echo -e "> resvis : Restart service dropbear, webmin"
echo -e " squid3, OpenVPN dan SSH"
echo -e "> reboot : Reboot VPS"
echo -e "> speedtest : Speedtest VPS"
echo -e "> info : Menampilkan informasi sistem"
echo -e "> about : Info script auto install"
echo -e "> exit : Keluar dari terminal SSH"
echo -e ""
echo -e "================================================="