Identifying CloverDX URL and installed Port number

Hi Team,

I have installed CloverDX Designer and I need to get the installed URL and port number details on which it is installed, since I need the URL to register in application registration of Azure portal process for connecting with M365. Please let me know If I have to install CloverDX server now or without that how can I access the find the URL ?

Hi Ganesh,

For local projects, the redirect URL is as follows: http://localhost:/clover/oauth2
The runtime port is randomly picked from the range of 49152 - 65535 when the CloverDX Designer’s Runtime process starts, and this port changes every time you restart the Runtime process. Since you are registering the redirect URL in the application of the OAuth2 provider, you want to hardcode the Runtime port for the redirect URL to stay the same.
To force a specific port for the Runtime, in your CloverDX Designer, navigate to Window > Preferences > CloverDX > CloverDX Runtime. Check the “Use specific port for runtime” checkbox and set the desired port number.

Kind regards.