https://github.com/dedidata/softether-vpn-installer
SoftEther VPN Server Installer for CentOS, Ubuntu, RedHat, etc, Supports: SoftEther, OpenVPN, IPSEC / L2TP, SSTP, User Management, User Statistics, etc
https://github.com/dedidata/softether-vpn-installer
ipsec ipsec-vpn l2tp openvpn openvpn-admin openvpn-auth openvpn-configuration openvpn-installer openvpn-monitor openvpn-server softether softethervpn sstp vpn vpn-client vpn-server
Last synced: 8 months ago
JSON representation
SoftEther VPN Server Installer for CentOS, Ubuntu, RedHat, etc, Supports: SoftEther, OpenVPN, IPSEC / L2TP, SSTP, User Management, User Statistics, etc
- Host: GitHub
- URL: https://github.com/dedidata/softether-vpn-installer
- Owner: DediData
- Created: 2019-07-24T07:36:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T22:14:17.000Z (over 5 years ago)
- Last Synced: 2025-03-23T19:44:48.032Z (8 months ago)
- Topics: ipsec, ipsec-vpn, l2tp, openvpn, openvpn-admin, openvpn-auth, openvpn-configuration, openvpn-installer, openvpn-monitor, openvpn-server, softether, softethervpn, sstp, vpn, vpn-client, vpn-server
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 23
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
  
# Softether Server Auto Installer:
Supports: SoftEther, OpenVPN, IPSEC / L2TP, SSTP, User Management, User Statistics, etc
## Softether Auto Installer Multi Platform
* Softether Auto Installer Script for multi platforms
* Softether VPN server always latest version
* Checks for ```firewalld``` and add related rules
## SoftEther-VPN-Installer
SoftEther VPN Installer for CentOS & Ubuntu, etc
## Instruction
Run the following one line on your command prompt:
```sh
bash <(curl -s https://raw.githubusercontent.com/DediData/SoftEther-VPN-Installer/master/softether-installer.sh)
```
### Restart VPN Server:
```sh
systemctl restart softether-vpnserver
```
### Stop VPN Server:
```sh
systemctl stop softether-vpnserver
```
### Start VPN Server:
```sh
systemctl start softether-vpnserver
```
### Enable VPN Server in boot loading:
```sh
systemctl enable softether-vpnserver
```
### Disable VPN Server in boot loading:
```sh
systemctl disable softether-vpnserver
```
## Management Methods:
### 1- Using SoftEther VPN Server Manager Application:
Download & Install "SoftEther VPN Server Manager":
https://www.softether-download.com/en.aspx?product=softether
Add your Server IP address and connect!
Then set an admin password and setup SoftEther VPN ! Enjoy !
### 2- Using SSH Command Prompt:
Run in terminal:
```sh
vpncmd
```
Press 1 to select "Management of VPN Server or VPN Bridge"
Then press Enter without typing anything to connect to the localhost server, and again press Enter without inputting anything to connect to server by server admin mode.
Then use command below to change admin password:
```sh
ServerPasswordSet
```