Deploying OpenWrt Based on Docker

Deploying OpenWrt Based on Docker

The actual operating environment is based on Synology DSM 7.1-42661 Update 1 version system.Using its built-in Docker package (version 20.10.3-1306) for deployment. 2. SSH functionality needs to be enabled in the Synology system’s terminal. 3. Use SSH to log into the Synology system, then execute the following commands in sequence to prepare the network environment: … Read more

MQTT Server Installation Guide for Beginners

MQTT Server Installation Guide for Beginners

1. Install EMQX on Synology Docker (Refer to https://blog.csdn.net/weixin_43888891/article/details/122518479) SSH into Synology and obtain root privileges. 1. Download the EMQX image docker pull emqx/emqx 2. Start the container docker run -dit –name emqx -p 18083:18083 -p 1883:1883 -p 8083:8083 -p 8084:8084 emqx/emqx:latest 3. Access the EMQX web management page to change the password http://Synology IP … Read more