title, type, tags, date
| title |
type |
tags |
date |
| Mac Mini FRP 0.65.0安装笔记 |
source |
|
2026-03-13 |
Source File
Summary
- 核心主题:Mac Mini M4上安装配置FRP客户端实现内网穿透
- 问题域:Mac Mini作为内网服务器需要通过VPS中转暴露服务到公网
- 方法/机制:FRP客户端 + launchd开机自启,VPS运行frps服务端
- 结论/价值:Mac Mini通过FRP实现SSH远程访问(端口60026)
Key Claims
- 安装路径:/opt/frp/frp_0.65.0_darwin_arm64
- Mac需解除Gatekeeper限制:xattr -rd com.apple.quarantine .
- 推荐launchd方式管理:~/Library/LaunchAgents/com.frpc.client.plist
- 远程SSH访问格式:ssh 用户名@VPS_IP -p 60026
- 客户端配置示例:serverAddr=VPS_IP, serverPort=7000, token认证
Key Concepts
Key Entities
- MacMini:ARM64架构Mac Mini(M4),内网服务器
- VPS1:192.227.222.142,frps服务端
- FRP:内网穿透工具
Connections