TUIC 安装指南
- 下载程序(linux-amd64)
curl -Lo /root/tuic https://github.com/EAimTY/tuic/releases/download/0.8.4/tuic-server-0.8.4-x86_64-linux-musl && chmod +x /root/tuic
- 下载配置
curl -Lo /root/tuic_config.json https://raw.githubusercontent.com/chika0801/tuic-install/main/config_server.json
- 下载systemctl配置
curl -Lo /etc/systemd/system/tuic.service https://raw.githubusercontent.com/chika0801/tuic-install/main/tuic.service
- 上传证书和私钥
- 将证书文件改名为
fullchain.cer
,将私钥文件改名为private.key
,将它们上传到/root/
目录。
- 启动程序
systemctl daemon-reload && systemctl enable --now tuic
systemctl status tuic
项目 | |
---|---|
程序 | /root/tuic |
配置 | /root/tuic_config.json |
检查 | /root/tuic -c tuic_config.json |
查看日志 | journalctl -u tuic --output cat -e |
实时日志 | journalctl -u tuic --output cat -f |
点击查看
-
下载Windows客户端程序tuic-client-0.8.4-x86_64-windows-msvc.exe,重命令为
tuic.exe
,复制到v2rayN文件夹。 -
下载客户端配置config_client.json,修改
chika.example.com
为证书中包含的域名,修改10.0.0.1
为VPS的IP。 -
服务器
——>添加自定义配置服务器
——>浏览(B)
——>选择客户端配置
——>Core类型 tuic
——>Socks端口 50001
小技巧:只要证书在有效期内,证书中包含的域名不用解析到VPS的IP。一份证书,在多个VPS上使用。
点击查看
选项 | 值 |
---|---|
服务器 | VPS的IP |
服务器端口 | 16386 |
Token | chika |
应用层协议协商 | h3 |
证书(链) | 留空 |
UDP Relay Mode | NATIVE |
Congestion Controller | BBR |
Disable SNI | 不勾 |
服务器名称指示 | 证书中包含的域名 |
Reduce RTT | 勾上 |
MTU | 1146 |
点击查看
选项 | 值 |
---|---|
类型 | TUIC |
地址 | VPS的IP |
端口 | 16386 |
密码 | chika |
模式 | bbr |
允许不安全 | 不选 |
UDP转发 | 选上 |
SNI | 证书中包含的域名 |
ALPN | h3 |
备注 | 留空 |