1.SSH 连到 VPS,更新并安装 gcc 等工具
sudo apt-get update sudo apt-get install build-essential
2.下载SoftEther VPN Server
以CPU是 Intel x64/AMD64为例,其他型号请到官网下载对应的版本,http://www.softether-download.com/cn.aspx?product=softether
wget https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/v4.34-9745-beta/softether-vpnserver-v4.34-9745-beta-2020.04.05-linux-x64-64bit.tar.gz
3.解压以上下载的文件
tar -xvf softether-vpnserver-v4.34-9745-beta-2020.04.05-linux-x64-64bit.tar.gz
4.安装
cd vpnserver make
根据提示输入三个1即可。
5.启动服务
./vpnserver start