Auto-sync: 2026-04-16 20:05

This commit is contained in:
2026-04-16 20:05:13 +08:00
parent db72ecb4f6
commit ee6406f30c
43 changed files with 1786 additions and 12 deletions

View File

@@ -0,0 +1,43 @@
---
id: ubuntu-frp-0-65-0-x86-64-operation-guide
title: "Ubuntu 安装 FRP 0.65.0x86_64操作笔记"
type: source
tags: [frp, frpc, ubuntu, linux]
date: 2026-04-16
---
## Source File
- [[raw/Home Office/Ubuntu 安装 FRP 0.65.0x86_64操作笔记.md]]
## Summary
- 核心主题:在 Ubuntu Server 24.04 上安装配置 FRP 0.65.0 客户端
- 问题域:内网穿透、远程访问配置
- 方法/机制:通过 FRP 客户端frpc连接 FRP 服务器,实现 TCP 端口映射
- 结论/价值:提供完整的 FRP 安装、配置、systemd 服务管理及维护指南
## Key Claims
- FRP 0.65.0 支持 x86_64 架构,安装路径为 /opt/frp/frp_0.65.0_linux_amd64
- 配置文件采用 TOML 格式frpc.toml支持服务器地址、端口、认证 token 配置
- systemd 服务方式管理 frpc支持开机自启、故障自动重启
## Key Quotes
> "login to server success" — 客户端连接成功日志
> "proxy added: ssh" — 代理添加成功日志
> "start proxy success" — 代理启动成功日志
## Key Concepts
- [[FRP]]:开源内网穿透工具
- [[内网穿透]]:将内网服务通过公网服务器暴露给外部访问的技术
- [[systemd]]Linux 系统服务管理器
- [[NAT穿透]]:突破网络地址转换实现远程访问的技术
## Key Entities
- [[Ubuntu]]Linux 操作系统发行版
- [[FRPServer]]FRP 服务器端程序
## Connections
- [[Ubuntu]] ← runs_on ← [[FRPClient]]
- [[FRPClient]] ← connects_to ← [[FRPServer]]
- [[FRPClient]] ← exposes ← [[SSH服务]]
## Contradictions