Note: This integration is meant for testing purposes when developing playbooks or automations to download files from a web server. Do not use for public or production access. ### How to Access the File Management UI #### Access the File Management UI by URL and Port (HTTP) In a web browser, go to **http://:**. #### Access the File Management UI by Instance Name (HTTPS) To access the File Management UI by instance name, make sure ***Instance.execute.external*** is enabled. 1. In Cortex XSOAR 6.x: 1. Navigate to **Settings > About > Troubleshooting**. 2. In the **Server Configuration** section, verify that the `instance.execute.external.` key is set to `true`. If this key does not exist, click **+ Add Server Configuration** and add the `instance.execute.external.` and set the value to `true`. See [this documentation](https://xsoar.pan.dev/docs/reference/articles/long-running-invoke) for further information. 2. In a web browser: - (For Cortex XSOAR 6.x) go to `https:///instance/execute//` - (For Cortex XSOAR 8 or Cortex XSIAM) `https://ext-.crtx..paloaltonetworks.com/xsoar/instance/execute/` - (In Multi Tenant environments) `https:///acc_/instance/execute//` For more information about long-running integrations, check out the <~XSIAM>[Forward requests to long-running integrations](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSIAM/Cortex-XSIAM-Administrator-Guide/Forward-Requests-to-Long-Running-Integrations) article. <~XSOAR_SAAS>Forward Requests to Long-Running Integrations article: [Cortex XSOAR 8 Cloud](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation/Forward-Requests-to-Long-Running-Integrations) or [Cortex XSOAR 8 On-prem](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.7/Cortex-XSOAR-On-prem-Documentation/Integration-commands-in-the-CLI) documentation.