EMQX+NodeRed on Debian12 with support by Fleximg

AWS-Marketplace

https://aws.amazon.com/marketplace/pp/prodview-z7qztvbqk6zks#pdp-usage

Usage Instructions

*Note
Please replace the instance ID with the actual instance ID of your running EC2 instance, and the Public IP your actual public DNS address.

1.Log in to WEB

http://{your-host-ip}:18083/

Username: admin, password: Emqx!123.

http://{your-host-ip}:1880/

2. Detailed user guide

Refer to the official course: https://mqttx.app/docs/get-started

Refer to the official course: https://nodered.org/docs/user-guide

- To Start EMQ X: `sudo systemctl start emqx`
- To Enable EMQ X to start at boot: `sudo systemctl enable emqx`
- To Check EMQ X status: `sudo systemctl status emqx`
- To Stop EMQ X: `sudo systemctl stop emqx`
- To Restart EMQ X: `sudo systemctl restart emqx`

- Start node-red`: `node-red`