2026年02月的文章

新版本(0.50+)FRP使用教程

新版本(0.50+)FRP使用教程-Blog
🚀 frp(Fast Reverse Proxy)如何使用?frp 是一个高性能的内网穿透工具,可以把你内网的服务(SSH、网站、Minecraft、面板等)映射到公网服务器上。它由两部分组成:frps → 服务端(部署在有...
管理员的头像-Blog钻石会员管理员28天前
337

RustDesk自托管安装

RustDesk自托管安装-Blog
🧱 一、环境准备服务器要求Debian / Ubuntu(推荐)1 核 1G 起步有公网 IP开放端口权限安装 Dockerapt update apt install -y docker.io docker-compose-plugin systemctl enable docker system...
管理员的头像-Blog钻石会员管理员46天前
4311

WireGuard多用户管理

WireGuard多用户管理-Blog
WireGuard 没有“账号密码”,它是 每个用户一对密钥 = 一个用户。🧩 一、新增一个用户(客户端)假设:服务器内网是 10.0.0.1/24现有客户端是 10.0.0.2我们要新增一个 10.0.0.3✅ 第一步:生成...
管理员的头像-Blog钻石会员管理员46天前
279

建立WireGuard服务端

建立WireGuard服务端-Blog
一、服务器部署(Linux)1️⃣ 安装Debian / Ubuntu:apt update apt install wireguard -y 2️⃣ 生成密钥wg genkey | tee server_private.key | wg pubkey > server_public.key 查看:cat ...
管理员的头像-Blog钻石会员管理员46天前
379