Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

This dedicated article is a quick guide to alternatively setting up Admin Tools when security policies or protocols prevent setup via Application Request Routing (ARR).

  1. Install Admin Tools app-server on the proxy or same server.

  2. In app-server directory, set up the Admin Tools service as HTTPS, running the command:

    index pfx <insert passphrase here>

    , then add the pfx file to the following Admin Tools directory: app-server/config/nodeconfig.json

  3. Open up the firewall port for the Admin Tools server (default port: 9181).

  4. On the original Admin Tools server, add the proxy server's URL:port to a customAPIEndpointproperty in your clientConfig.json .

    In public/clientconfig.json, located on line 17...
    
    {
      "portals": [
        {
          "url": "https://your.oauth.org.domain/webadaptor",
          "appId": "YourAppIDHere",
          "authentication": "OAuth2"
        },
        {
          "url": "https://your.IWA.org.domain/webadaptor",
          "appId": "",
          "authentication": "IWA"
        }
      ],
      "debugMode": false,
      "customAPIEndpoint": "<INSERT YOUR URL:PORTNUMBER>"
    }
  5. Delete web.config from Admin Tools directory.


Setup and Run Admin Tools, Backup My Org, and Clean My Org: Click Here

  • No labels