Install EMQX on Debian
This page guides you on installing and starting the latest EMQX on the Debian system.
Supported versions:
- Debian 13
- Debian 12
- Debian 11
For installation on other systems or to install other versions, visit the EMQX Enterprise download site.
Install with deb
- Go to the download site and select the Debian tab.
- Select the latest version
6.0.0. From the Package Type dropdown, select thedebpackage according to the Debian version and CPU architecture as needed. - Click the link below to download. You can also follow the command instructions on the page.
Start EMQX
Start EMQX as a systemd service, run:
bash
sudo systemctl start emqxUninstall EMQX
To uninstall EMQX, run:
shell
sudo apt remove --purge emqxInstall with tar.gz
- Go to the download site and select the Debian tab.
- Select the latest version
6.0.0. From the Package Type dropdown, select thetar.gzpackage according to the Debian version and CPU architecture as needed. - Click the link below to download. You can also follow the command instructions on the page.
Start EMQX
After the installation, run the command below to start EMQX.
bash
./emqx/bin/emqx foreground