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

36 lines
1.3 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: "Mac Mini FRP 0.65.0安装笔记"
type: source
tags: [FRP, MacMini, 内网穿透]
date: 2026-03-13
---
## Source File
- [[raw/Home Office/Mac Mini 安装 FRP 0.65.0ARM64操作笔记.md]]
## 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
- [[FRP内网穿透]]通过VPS中转暴露内网服务到公网
- [[launchd]]macOS系统服务管理支持开机自启
- [[Gatekeeper]]macOS应用安全限制机制
## Key Entities
- [[MacMini]]ARM64架构Mac MiniM4内网服务器
- [[VPS1]]192.227.222.142frps服务端
- [[FRP]]:内网穿透工具
## Connections
- [[Mac-Mini-FRP安装笔记]] ← documents ← [[FRP内网穿透]]
- [[FRP内网穿透]] ← requires ←