Changing the port of Xopero ONE Management Service
Last updated
Was this helpful?
Navigate to the Management Service installation folder. By default it's:
C:\Program Files\Xopero ONE Backup&Recovery
Open the appsettings.json file in a text editor.
Make the following changes:
Rename the section "commented_out_Kestrel" to "Kestrel".
Change the port number by modifying the "Url" parameter. For example, replace: "http://*:5000" with your desired port number (replace only the numeric value).
Save the changes.
Restart Xopero ONE Backup&Recovery to apply the new port settings.
Open regedit.msc.
Navigate to the following key:
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XoperoONEManagementServiceIn the ImagePath value, modify the numerical value of the --urls parameter to your desired port.
Save the changes and restart Xopero ONE Backup&Recovery to apply the new port settings.
Open the file:
In the [Service] section, edit the ExecStart line and replace 28555 with your desired port number.
Reload the systemd configuration:
Restart the Management Service to apply the change:
Last updated
Was this helpful?
Was this helpful?
/etc/systemd/system/XoperoONEManagementService.serviceExecStart=/opt/XoperoONEManagementService/ManagementService --urls "http://*:28555"systemctl daemon-reloadsystemctl restart XoperoONEManagementService.service
