vmware-marketplaceactivemq

Connect to the ActiveMQ admin panel

In order to connect to the ActiveMQ admin panel, you have two options:

  • (Recommended): Access the ActiveMQ admin panel through an SSH tunnel (refer to the FAQ for more information about SSH tunnels).
  • Open the port 8161 for remote access (refer to the FAQ for more information about opening ports).

IMPORTANT: Making this application’s network ports public is a significant security risk. You are strongly advised to only allow access to those ports from trusted networks. If, for development purposes, you need to access from outside of a trusted network, please do not allow access to those ports via a public IP address. Instead, use a secure channel such as a VPN or an SSH tunnel. Follow these instructions to remotely connect safely and reliably.

Once you have an active SSH tunnel or you opened the port for remote access, you can then connect to ActiveMQ admin panel by browsing to:

  • Access through an SSH tunnel: http://127.0.0.1:SOURCE-PORT/
  • Access opening ports: http://SERVER-IP:8161/

Access ActiveMQ admin panel

Enter the following credentials to log in:

Last modification December 21, 2022