Changing the Server Ports
The server (DBServer) assumes you will be using the default port settings for the Main Port (12005) and the Administration Port (12006). If you decide to use different ports you will need to let the server know by creating a ini file called DBSERVER.INI. This file should be in the same directory as the server. It requires the following settings:
[Server Parameters]
Server Port=port
Administration Port=port
For example:
[Server Parameters]
Server Port=13501
Administration Port=13502
Please note: the two ports must be different. You should never use the same number for both ports.