From 804c3984c03e900bde5c82c49551dee11ed8f7be Mon Sep 17 00:00:00 2001 From: shouzhiyuxian <2512941932@qq.com> Date: Mon, 31 Aug 2026 17:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=B0=E7=89=88magnus?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation/network_port.en.md | 15 ++++++++++----- docs/installation/network_port.md | 15 ++++++++++----- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/docs/installation/network_port.en.md b/docs/installation/network_port.en.md index a679f897..84b6c5bf 100644 --- a/docs/installation/network_port.en.md +++ b/docs/installation/network_port.en.md @@ -14,13 +14,18 @@ | 6379 | Database Service | Redis service | | 3389 | Razor Service Port | RDP Client method to connect to Windows assets | | 2222 | SSH Client | Use terminal tools like Xshell, PuTTY, MobaXterm to connect to JumpServer via SSH Client | -| 33061 | Magnus MySQL Service Port | DB Client method to connect to MySQL database assets | -| 33062 | Magnus MariaDB Service Port | DB Client method to connect to MariaDB database assets | -| 54320 | Magnus PostgreSQL Service Port | DB Client method to connect to PostgreSQL database assets | -| 63790 | Magnus Redis Service Port | DB Client method to connect to Redis database assets | -| 15210 | Magnus Oracle Service Port | DB Client method to connect to Oracle database assets | +| 5525 | Magnus Service Port | DB Client method to connect to database assets. The system automatically assigns the corresponding port based on the type of the connected asset | | 15900 | NEC Service Port | VNC service | +!!! tip "" + - Starting from v4.10.19, the Magnus port has been unified to **5525**, and it no longer uses different ports for different database types. When connecting to database assets, the system automatically assigns the corresponding connection port based on the asset type (MySQL, MariaDB, PostgreSQL, Redis, Oracle, etc.). + - The Magnus ports used in older versions (before v4.10.19) are as follows. After upgrading, please adjust the firewall rules as needed: + - 33061: Magnus MySQL Service Port + - 33062: Magnus MariaDB Service Port + - 54320: Magnus PostgreSQL Service Port + - 63790: Magnus Redis Service Port + - 15210: Magnus Oracle Service Port + ## 2 Firewall Common Commands !!! tip "" diff --git a/docs/installation/network_port.md b/docs/installation/network_port.md index 51fb7e87..ca76e607 100644 --- a/docs/installation/network_port.md +++ b/docs/installation/network_port.md @@ -13,13 +13,18 @@ | 6379 | 数据库服务 | Redis 服务使用 | | 3389 | Razor 服务端口 | RDP Client 方式连接 Windows 资产 | | 2222 | SSH Client | SSH Client 方式使用终端工具连接 JumpServer,比如 Xshell、PuTTY、MobaXterm 等终端工具 | -| 33061 | Magnus MySQL 服务端口 | DB Client 方式连接 MySQL 数据库资产 | -| 33062 | Magnus MariaDB 服务端口 | DB Client 方式连接 MariaDB 数据库资产 | -| 54320 | Magnus PostgreSQL 服务端口 | DB Client 方式连接 PostgreSQL 数据库资产 | -| 63790 | Magnus Redis 服务端口 | DB Client 方式连接 Redis 数据库资产 | -| 15210 | Magnus Oracle 服务端口 | DB Client 方式连接 Oracle 数据库资产 | +| 5525 | Magnus 服务端口 | DB Client 方式连接数据库资产,系统会根据所连接资产的类型自动分配对应端口 | | 15900 | NEC 服务端口 | VNC 服务使用 | +!!! tip "" + - 自 v4.10.19 版本起,Magnus 的端口统一调整为 **5525**,不再区分数据库类型使用不同的端口。连接数据库资产时,系统会自动根据资产的类型(MySQL、MariaDB、PostgreSQL、Redis、Oracle 等)分配对应的连接端口。 + - 旧版本(v4.10.19 之前)使用的 Magnus 端口如下,升级后请按需调整防火墙放行规则: + - 33061:Magnus MySQL 服务端口 + - 33062:Magnus MariaDB 服务端口 + - 54320:Magnus PostgreSQL 服务端口 + - 63790:Magnus Redis 服务端口 + - 15210:Magnus Oracle 服务端口 + ## 2 防火墙常用命令 !!! tip "" - 确认 firewall 的状态为 running