Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 698 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 698 Bytes

ServerMan

Next-generation linux management scripts

What is ServerMan?

ServerMan is a manage linux server bash script

What can this manage?

ServerMan can Manage: ssh user and more...

How to use ServerMan?

ROOT (you need install wget):

wget https://raw.githubusercontent.com/MasonDye/ServerMan/main/ServerMan.sh && chmod 777 ServerMan.sh && bash ServerMan.sh

SUDO (you need install wget):

sudo wget https://raw.githubusercontent.com/MasonDye/ServerMan/main/ServerMan.sh && sudo chmod 777 ServerMan.sh && sudo bash ServerMan.sh