How do I change default port numbers for Planning Analytics Workspace on Windows Server 2016?

You can change default HTTP (80) and HTTPS (443) ports that Planning Analytics Workspace uses on Windows Server 2016 if you're using them for other services.

Procedure

  1. Open the config/paw.ps1 file in a text editor.
  2. Add the following lines, substituting your preferred ports:
    $env:PAGatewayHTTPPort="80"
    $env:PAGatewayHTTPSPort="443"
  3. Restart Planning Analytics Workspace.

For more information, see Configure parameters.