Appearance
简单介绍
LinkerX 是一个基于 gost 的流量转发面板。
就是一个用来管理 gost 转发工具的面板
- 基于 gost 转发工具
- 转发链、端口转发
- 用户管理
- 流量统计
- 服务器监控
- 需要授权
演示站
- 账号:admin
- 密码:FA97556F-B5D4-4F17-8BF3-5E5A89757AAC
快速开始
帮助你快速开始使用 LinkerX。
有问题找 AI 解决。
系统要求
我也不知道最低配置是什么,别问我,你挑个配置高的装吧
硬要的话,参考下面吧:
- 2G 内存
- 2 核 CPU
- IPv4 和 IPv6 双栈网络连接(不强制)
一键安装
⚠️ 自己安装好 docker 后,再安装 LinkerX
bash
# 安装前请确保系统时间准确,建议使用 chrony
# Debian / Ubuntu
apt install chrony -y
# CentOS / RHEL
yum install chrony -y
# 立即强制同步时间
chronyc makestepbash
# 提前准备好授权
bash <(curl https://raw.githubusercontent.com/azzmb/linkerx-agent/main/install.sh)卸载 agent
bash
systemctl stop linkerx-agent
systemctl disable linkerx-agent
systemctl stop linkerx-gost
systemctl disable linkerx-gost
rm -f /etc/systemd/system/linkerx-agent.service /etc/systemd/system/linkerx-gost.service
systemctl daemon-reload
rm -rf /etc/linkerx端口说明
| 端口 | 协议 | 说明 | 可配置 |
|---|---|---|---|
| 6443 | TCP | 前端界面端口 | ❌ |
| 6080 | TCP | agent和后端通信端口 | ❌ |