Skip to content

General Configuration

Changing the Client Port

The NATS client port is preconfigured to port number 4222. To change it follow the below instructions.

  1. Open the `%ProgramData%\SEAL Systems\config\nats.conf configuration file in an editor and change the port number at the entry:

    port: 4222
    
  2. Restart the NATS service.

    sudo systemctl restart seal-nats
    

Back to top