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

38 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Ubuntu FRP 0.65.0安装笔记"
type: source
tags: [FRP, Ubuntu, 内网穿透]
date: 2026-03-13
---
## Source File
- [[raw/Home Office/Ubuntu 安装 FRP 0.65.0x86_64操作笔记.md]]
## 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
- [[FRP内网穿透]]通过VPS中转暴露内网服务
- [[systemd服务管理]]Linux服务开机自启标准方式
## Key Entities
- [[Ubuntu]]Linux服务器Ubuntu Server 24.04
- [[VPS1]]192.227.222.142frps服务端
## Connections
- [[Ubuntu-FRP安装笔记]] ← documents ← [[FRP内网穿透]]
## Contradictions
- 与 [[Mac-Mini-FRP安装笔记]] 内容重叠但平台不同Linux vs macOS