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

1.3 KiB
Raw Blame History

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

  • FRP内网穿透通过VPS中转暴露内网服务到公网
  • launchdmacOS系统服务管理支持开机自启
  • GatekeepermacOS应用安全限制机制

Key Entities

  • MacMiniARM64架构Mac MiniM4内网服务器
  • VPS1192.227.222.142frps服务端
  • FRP:内网穿透工具

Connections