How to set up a proxy for my CubeBackup for Microsoft 365 instance.
Proxy settingsPermalink
To allow CubeBackup to communicate with Microsoft services via a proxy server, please follow the instructions below:
Open the config file <installation directory>\etc\config.toml on the backup server using a text editor.
On Windows, the default installation directory is located at C:\Program Files\CubeBackup365.
On Linux, the default installation directory is located at /opt/cubebackup365.Remove the comment character
#
from the beginning of the HttpProxy line and change the value of it. For example, the config.toml should look like this:HttpProxy="http://192.168.1.100:8080"
Restart the CubeBackup service using the following command.
Open a Command Prompt as Administrator, and run this command.
"C:\Program Files\CubeBackup365\bin\cbsrv.exe" restart
Open the Windows PowerShell as Administrator, and run this command.
& "C:\Program Files\CubeBackup365\bin\cbsrv.exe" restart
If you have connection problems after following the steps above, please also contact your proxy server administrator to ensure that Microsoft services are not blocked by your proxy. Please also feel free to contact support@cubebackup.com for assistance anytime you need.