How to change the port of GitProtect Management service?

Windows

JSON file

  1. Navigate to the Management Service installation location - by default: C:\Program Files\Xopero ONE Backup&Recovery.

  2. Modify the appsettings.json file by making the following changes: Rename the section "commented_out_Kestrel" to "Kestrel", Change the port number by replacing the numerical value in the "Url" parameter: "http: // *: 5000" with the desired number.

  3. Restart the Xopero ONE Backup&Recovery service to confirm the change.

Registry

  1. Open Regedit.

  2. Find the following key: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XoperoONEManagementService

  3. In the ObjectPath modify --urls parameter numerical value with desired port.

Linux

  1. Modify the /etc/systemd/system/XoperoONEManagementService.service file by making the following changes: Change the port number in the [Service] section by editing the parameter ExecStart = /opt/XoperoONEManagementService/ManagementService --urls "http:// *: 28555" with the desired number.

  2. Reload the systemd configuration with the command: systemctl daemon-reload

  3. Restart the Management Service service to confirm the change: systemctl restart XoperoONEManagementService.service

Last updated