Configuration with SCUM - cannot change the client port to Client Port 7000 TCP

System Information

Field Value
Operating System Linux - Debian GNU/Linux 13 on x86_64
Product AMP ‘Phobos’ v2.6.3.2 (Mainline)
Virtualization Docker
Application SCUM
Module GenericModule
Running in Container Yes
Current State Ready

Problem Description

Issue

i have another server running on port 7777, so i changed the cient port to 7000 on the AMP gui, the server continues to try to use the original 7777 port.

Reproduction Steps

  • changed the port on the interface
  • verified the port is forwarded on router
  • checked active connections in ssh remote, and shows server is still not trying to use port 7000

The server always opens the Client Port on Server Port+2, so configure AMP accordingly, such as:

Server Port 7000
Client Port 7002

this fixed my issue thanks