Files
nexus/wiki/entities/FRPServer.md
2026-04-16 20:05:13 +08:00

29 lines
798 B
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.
---
id: frpserver
title: "FRP 服务器"
type: entity
tags: [frp, networking, server]
date: 2026-04-16
---
## Definition
FRPServer 是 FRP 的服务器端组件frps运行在有公网 IP 的服务器上,负责接收来自 FRP 客户端的连接并转发流量到目标服务。
## Key Properties
- 程序名frps
- 配置文件frps.toml
- 默认端口7000控制连接
- 认证方式token
## Configuration Parameters
| 参数 | 说明 |
|------|------|
| serverAddr | 服务器监听地址 |
| serverPort | 服务器监听端口 |
| auth.token | 认证 token |
| vhostHttpPort | HTTP 虚拟主机端口 |
| vhostHttpsPort | HTTPS 虚拟主机端口 |
## Connections
- [[FRPServer]] ← runs_on ← [[VPS]]
- [[FRPServer]] ← accepts_connections_from ← [[FRPClient]]