五折优惠 所有套餐限时优惠,起价 $2.48/mo
WGDashboard

WGDashboard

WGDashboard 是一个 WireGuard 的 Web 图形界面。通过浏览器配置和实时查看 WireGuard VPN 隧道状态,支持为移动端客户端生成二维码,并可按节点追踪带宽使用情况。无需手动编辑配置文件,是管理 WireGuard 最直接的方式。

版本

最新

操作系统

Ubuntu Server 24.04 LTS

最小 RAM

1 GB

IP 类型

IPV4,IPV6

访问

  • 打开浏览器,访问: http://<server-ip>:10086
  • 初始登录凭据: admin:admin

服务

WGDashboard 和 WireGuard 服务通过以下方式管理: systemd:

systemctl status wg-dashboard

重要文件与目录

  • /root/WGDashboard/WGDashboard源代码和脚本
  • /etc/systemd/system/wg-dashboard.service, WGDashboard 的 systemd 单元
  • /etc/wireguard/. WireGuard 配置与密钥
  • /etc/sysctl.conf、系统 IP 转发设置
  • /etc/iptables/rules.v4. NAT 规则已由以下用户保存: iptables-persistent

防火墙 / NAT

IP 转发已启用:

net.ipv4.ip_forward = 1

NAT 通过 iptables 配置,用于出站流量的转发 eth0:

iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
netfilter-persistent save

确保所需端口已开放:

  • 51820/UDP. WireGuard VPN 接入点
  • 10086/TCP. WGDashboard 网页界面

 

更多安全选项

相关应用

立即部署 WGDashboard。 从 $2.48/月 起