title, type, tags, date
| title |
type |
tags |
date |
| Ubuntu FRP 0.65.0安装笔记 |
source |
|
2026-03-13 |
Source File
Summary
- 核心主题:Ubuntu Server安装配置FRP客户端实现内网穿透
- 问题域:Ubuntu服务器通过VPS中转暴露服务到公网
- 方法/机制:FRP客户端 + systemd服务管理
- 结论/价值:Ubuntu FRP完整配置——systemd服务+开机自启+日志管理
Key Claims
- 安装路径:/opt/frp/frp_0.65.0_linux_amd64
- systemd服务:/etc/systemd/system/frpc.service
- 服务管理:systemctl start/enable/restart frpc
- 日志查看:journalctl -u frpc -f
- 软链接方案:/opt/frp/current指向版本目录,升级只需切换symlink
- 验证配置:./frpc validate -c frpc.toml
Key Concepts
Key Entities
- Ubuntu:Linux服务器(Ubuntu Server 24.04)
- VPS1:192.227.222.142,frps服务端
Connections
Contradictions