docker run -d zharry/softether /usr/local/vpnserver/vpnserver execsvc
-p 500:500/udp
-p 4500:4500/udp
-p 1701:1701/tcp
-p 1194:1194/udp
-p 5555:5555
-p 992:992
-v /LOCAL/vpn_server.config:/usr/local/vpnserver/vpn_server.config
Changing LOCAL to the directory where vpn_server.config is stored on the machine.
docker exec -it CONTAINERNAME bash
Once inside the container, navigate to SoftEther install location
cd /usr/local/vpnserver
./vpncmd
In the SoftEther command line, setup the Admin password
ServerPasswordSet
Then, open SE-VPN Manager client on your personal machine and configure the server from there.
This image is based on the "How to Setup a Multi-Protocol VPN Server Using SoftEther" guide found on the Digital Ocean community tutorials here: https://www.digitalocean.com/community/tutorials/how-to-setup-a-multi-protocol-vpn-server-using-softether#step-4-install-and-configure-softether. Additional information were sourced from https://hub.docker.com/r/siomiz/softethervpn/ and https://www.softether.org/4-docs/1-manual/3._SoftEther_VPN_Server_Manual
Content type
Image
Digest
Size
154.8 MB
Last updated
about 8 years ago
docker pull zharry/softether