Files
nexus/wiki/sources/Ubuntu-FRP安装笔记.md

1.2 KiB
Raw Blame History

title, type, tags, date
title type tags date
Ubuntu FRP 0.65.0安装笔记 source
FRP
Ubuntu
内网穿透
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

  • UbuntuLinux服务器Ubuntu Server 24.04
  • VPS1192.227.222.142frps服务端

Connections

Contradictions