Sign inSign up

abyssviper/softethervpn

By abyssviper

Updated about 4 years ago

SoftEther-VPN-Server without split tunneling limit. Base on alpine.

Image
7

3.0K

abyssviper/softethervpn repository overview

SoftEtherVPN Server Images

Build vpnserver binary file without split tunneling limit.

Based on alpine images.

Use

docker run -d --name softethervpn -p port:5555 abyssviper/softethervpn

if you want to store log files

docker run -d --name softethervpn -v path:/opt/vpnserver/server_log  -v path:/opt/vpnserver/packet_log -v path:/opt/vpnserver/security_log  -p  port:5555 abyssviper/softethervpn

Then download vpnserver manager tools, next connect to server and manage it.

Example download address:https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/v4.30-9696-beta/softether-vpnserver_vpnbridge-v4.30-9696-beta-2019.07.08-windows-x86_x64-intel.exe

Config

Export config, vpn_server.config store all your vpn settings.

docker cp vpn:/opt/vpnserver/vpn_server.config .

Import config to recover your vpn config, e.g.

docker run -d --name vpn -p 443:5555 abyssviper/softethervpn
docker stop vpn
docker cp vpn_server.config vpn:/opt/vpnserver/
docker start vpn

Tag summary

Content type

Image

Digest

Size

10.1 MB

Last updated

about 6 years ago

docker pull abyssviper/softethervpn