How to set up a proxy for my CubeBackup instance.


Proxy settings

To allow CubeBackup to communicate with Microsoft services via a proxy server, please follow the instructions below:

  1. 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"
  2. Restart the CubeBackup service.

    On Linux:

    sudo  /opt/cubebackup365/bin/cbsrv restart

    On Windows: Open the Command Prompt or Windows PowerShell and run this command as Administrator

    "C:\Program Files\CubeBackup365\bin\cbsrv.exe" restart
  3. 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 [email protected] for assistance anytime you need.