
Deploy OpenVPN Access Server on Your Own Server
Full featured secure network tunneling VPN software.
想更快部署 OpenVPN Access Server到服务器?试试 Senate,一条命令完成部署,自动配置 HTTPS 和监控。
什么是 OpenVPN Access Server?
OpenVPN is a full featured, open-source VPN solution that accommodates a wide range of configurations. **Important notes:** - The provider of this image (LinuxServer) has decided to **deprecate** it in favor of WireGuard - If you are using Senate version `1.10.1` or older, you will need to **override Senate's configuration** to use the newer Docker API version `1.4.1` (this can be done manually or by running `echo "{\"dockerApiVersion\":\"v1.41\"}" > /captain/data/config-override.json`) - You need **access via SSH** to your server after deployment to modify a file (only once) - You may need to **open the ports** `1194` and `9443` on your firewall
自托管 OpenVPN Access Server
按照以下步骤在您的服务器上部署。
安装 Docker
如果服务器上已安装 Docker,可跳过此步骤。
curl -fsSL https://get.docker.com | sh
配置
自定义以下设置。大多数情况下使用默认值即可。
General
Networking
部署
复制配置并在服务器上运行。
services:
openvpn_as:
image: linuxserver/openvpn-as:2.9.0-5c5bd120-Ubuntu18-ls124
environment:
INTERFACE: ""
PGID: "1000"
PUID: "1000"
TZ: UTC
volumes:
- openvpn_as:/config
ports:
- $$cap_OPENVPN_PORT_TCP:$$cap_OPENVPN_PORT_TCP
- $$cap_OPENVPN_PORT_UDP:$$cap_OPENVPN_PORT_UDP
volumes:
openvpn_as: {}
然后运行:
docker compose up -d
访问
启动后,访问您的应用: http://localhost:80
为什么要自托管 OpenVPN Access Server?
完全数据所有权
数据保存在您的服务器上,无第三方访问。
无月费
只需支付服务器费用,无按席位或用量收费。
完全控制
按您的需求自定义、备份和扩展。
隐私与合规
满足 GDPR、HIPAA 或内部安全要求。
技术细节
Docker 镜像
linuxserver/openvpn-as:${OPENVPN_VERSION}官方文档
openvpn.net想更快部署?
尝试 Senate!Senate 帮您处理 Docker、HTTPS、更新和监控。一条命令部署 300+ 应用。
在任意 Linux 服务器上安装:
sh -c "$(curl -sSL https://get.senate.sh)"