Server information
From 4DWiki
[edit] Default port used by 4D Server
4D uses, by default, the port 19813 (Hex 0x4D65) to communicate between the client and the server since version 6.5 (6.5, 6.7, 6.8, 2003 and 2004). Starting 4D v11SQL , the following ports were used : - 19813 : Application port - 19814 : Database port - 1919 : SQL port With the introduction of 4D v11SQL r11.2, the ports have been modified, - 19813 : Application port - 19814 : Database port (always : Application port+1) - 19812 : SQL port (Default: Application port-1)
[edit] How to configure a different port for 4D Server and Clients
[edit] How to configure a different port for 4D Server and Clients - 4D v11SQL
The Application port may be changed via the preference pane or with the SET DATABASE PARAMETER command (selector : 35). The Database port is always 'Application port +1', by default 19814. The SQL port may be changed via the preference pane or via the SET DATABASE PARAMETER command (Selector ?). When 4D Server v11SQL is used through a firewall, the 3 ports should be opened.

