Skip to content

NATS


Also refer to the troubleshooting section of the SEAL NATS documentation.


Activate NATS Monitoring

To check the NATS status, you can enable the monitoring port in nats.conf.

  1. Open the NATS configuration file in an editor.

    • Windows: C:\ProgramData\SEAL Systems\config\nats.conf

    • Linux: /opt/seal/etc/nats.conf

  2. Activate the NATS monitoring port:

    # HTTP monitoring port
    monitor_port: 8222
    
  3. Restart NATS.

    plossys service stop seal-nats
    plossys service start seal-nats
    
  4. If extern access to NATS monitoring is needed, open firewall port 8222.

  5. Open NATS monitoring in a browser.

    http://localhost:8222
    
  6. Cluster connections can be seen under General.

    Preview of NATS Monitoring in the browser


Back to top