Can I change MetaDefender Sandbox Web UI’s port?
Yes, the port used by the MetaDefender Sandbox Web Interface can be modified.
The port mapping is defined in the following configuration file:
/home/sandbox/sandbox/webservice/docker-compose.nginx.yml

In this file, the port mapping follows the format:
<external_port>:<internal_container_port>
To change the external port accessed by users, simply modify the left-hand (external) port value. For example:

After updating the configuration, apply the changes by restarting the Sandbox application using the following script:
/home/sandbox/sandbox/restart_sandbox.sh
Once restarted, the MetaDefender Sandbox Web UI will be accessible at:
https://<sandbox_ip>:12345

This allows you to customize the web interface port to meet your network or security requirements.
If further assistance is required, please proceed to log a support case or chatting with one of our support engineers.