Skip to main content
To configure the Domino CLI to use your proxy, you must modify files in the client installation directory:
  • On Mac, the directory is: /Applications/domino
  • On Windows, the directory is: C:\Users\<your_username>\AppData\Local\Programs\domino
In the root of the installation directory, there is a file named domino.vmoptions with some configuration options available. Add the line -include-options ~/.domino/domino.vmoptions at the end of the file for any *nix based system (Windows users MUST specify the appropriate path where domino.vmoptions is created):
You must create the user level configuration file domino.vmoptions in the appropriate location/folder. The folder ~/.domino/ may not exist, in which case you should run mkdir ~/.domino to create it. You must have a user level configuration file to ensure your settings are never modified if the CLI is reinstalled or updated. In the new ~/.domino/domino.vmoptions, assign your proxy’s port and host configuration:
Replace YOURPROXYHOST and 1234 with your actual proxy connection information.
Do not include http:// or https:// in the proxyHost parameters.

Proxy authentication with the Domino CLI

CLI supports Basic and NTLM proxy authentication. Add the following parameters to your ~/.domino/domino.vmoptions file for proxy authentication: Basic
NTLM
The proxy username is case-sensitive when using NTLM proxy authentication.
Last modified on July 16, 2026