{"id":13340635,"url":"https://github.com/weidi/softether-docker","last_synced_at":"2025-03-11T18:31:36.227Z","repository":{"id":44455565,"uuid":"119398943","full_name":"weidi/softether-docker","owner":"weidi","description":"container for Softether Server based on Alpine","archived":true,"fork":false,"pushed_at":"2022-07-12T07:13:57.000Z","size":22,"stargazers_count":16,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-24T06:28:51.327Z","etag":null,"topics":["softether","softethervpn","vpn"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/toprock/softether/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weidi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-29T15:12:04.000Z","updated_at":"2023-01-27T23:10:36.000Z","dependencies_parsed_at":"2022-08-30T02:20:52.506Z","dependency_job_id":null,"html_url":"https://github.com/weidi/softether-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weidi%2Fsoftether-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weidi%2Fsoftether-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weidi%2Fsoftether-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weidi%2Fsoftether-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weidi","download_url":"https://codeload.github.com/weidi/softether-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243090410,"owners_count":20234799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["softether","softethervpn","vpn"],"created_at":"2024-07-29T19:23:54.366Z","updated_at":"2025-03-11T18:31:35.945Z","avatar_url":"https://github.com/weidi.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This Project was moved to SoftetherVPN \n\nhttps://github.com/SoftEtherVPN/SoftetherVPN-docker\n\nPlease change your images to https://hub.docker.com/repository/docker/softethervpn/vpnserver\n\n\n\n# softether-docker\n\nThis container is designed to be as small as possible and host a SoftEther VPN Server\nIt´s based on Alpine so result is around 10MB!\nIt´s based on the great work of [SoftEherVPN](https://github.com/SoftEtherVPN/SoftEtherVPN/)\n\nYou will be unable to bridge to a physical Ethernet adapter as there is no inside a Container but SecureNAT and other stuff that doesn´t need physical L2 will work.\n\n\nAvailable Tags\n---------\n[![](https://images.microbadger.com/badges/version/toprock/softether.svg)](https://microbadger.com/images/toprock/softether \"Get your own version badge on microbadger.com\") up to date commits to the development repository\n\n\n[![](https://images.microbadger.com/badges/version/toprock/softether:stable.svg)](https://microbadger.com/images/toprock/softether:stable \"Get your own version badge on microbadger.com\") release from stable repository \n\nYou can and should always specify your wanted version like `toprock/softether:5.01.9671` or `toprock/softether:4.32.9731`\n\nUsage docker run\n--------\n\nThis will keep your config and Logfiles in the docker volume `softetherdata`\n\n`docker run -d --rm --name softether-vpn-server -v softetherdata:/mnt -p 443:443/tcp -p 992:992/tcp -p 1194:1194/udp -p 5555:5555/tcp -p 500:500/udp -p 4500:4500/udp -p 1701:1701/udp --cap-add NET_ADMIN toprock/softether`\n\n### Use vpncmd\n\nWith newer releases I include vpncmd directly in the container so you can use it to configure the vpnserver. First start the vpnserver with the given command. Then you can run:\n\n`docker exec -it softether-vpn-server vpncmd`\n\nUsage docker-compose\n--------\nThe same command can be achieved by docker-compose, the docker compose file is in the repository\n```\nversion: '3'\n\nservices:\n  softether:\n    image: toprock/softether:5.01.9672\n    cap_add:\n      - NET_ADMIN\n    restart: always\n    ports:\n      - 53:53\n      - 444:443\n      - 992:992\n      - 1194:1194/udp\n      - 5555:5555\n      - 500:500/udp\n      - 4500:4500/udp\n      - 1701:1701/udp\n    volumes:\n      - \"/etc/localtime:/etc/localtime:ro\"\n      - \"/etc/timezone:/etc/timezone:ro\"\n      - \"./softether_data:/mnt\"\n      - \"./softether_log:/root/server_log\"\n      - \"./softether_packetlog:/root/packet_log\"\n      - \"./softether_securitylog:/root/security_log\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweidi%2Fsoftether-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweidi%2Fsoftether-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweidi%2Fsoftether-docker/lists"}