Skip to content

mtb-pro/openvpn-install-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

1 - download openvpn-install.sh on your server

2 - give run permmition to openvpn-install.sh

chmod +x openvpn-install.sh

3 - to run use following command

sudo ./openvpn-install.sh

4 - follow installation wizard

5 - run again openvpn-install.sh to add or remove user

6 - to enable openvpn service use following command

systemctl enable [email protected]

7 - to check openvpn service status use following command

systemctl status [email protected]

8 - to restart openvpn service use following command

systemctl restart [email protected]

9 - to stop openvpn service use following command

systemctl stop [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages