How to Specify Repository Ports

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to Repository Administration

Server Side

To change the ports that the server listens to you will need to add the following registry keys on the machine that the Repository Application Server is running on.

These are the registry keys that need to be added.

HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\Repository\Database\ RepoServer Port

HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\Repository\Database\ RepoProbe Port

These are DWORD values and you just need to enter in the port number as a decimal value. You will need to restart the services after setting the values.

Default ports:

  • Communication Port (TCP): 54333
  • Identification Port (UDP): 54332

Note: For proper functioning of the Repository, only the Communication Port is required to be opened.

See Also