From 104d35e999ab5bcbceaabb339a6811b79303fbb8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 24 Sep 2022 00:30:23 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6e6373..24efdac7 100644 --- a/README.md +++ b/README.md @@ -578,7 +578,7 @@ To create a new Proxmox EMQX LXC, run the following in the Proxmox Shell.

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

-**EMQX Interface - IP:18083** (If the web UI doesn't load, reboot the LXC) +**EMQX Interface - IP:18083** ⚙️ **Initial Login** @@ -590,7 +590,16 @@ To create a new Proxmox EMQX LXC, run the following in the Proxmox Shell. ```yaml public ``` -***More info to come when someone figures it out*** ッ +⚙️ **Setup** + +Access Control ➡ Authentication ➡ Create ➡ Next ➡ Next ➡ Create ➡ Users ➡ Add ➡ Username / Password (to authenicate with MQTT) ➡ Save. You're now ready to enjoy a high-performance MQTT Broker. + +⚙️ **To Update EMQX** + +Run in the LXC console +```yaml +apt update && apt upgrade -y +``` ____________________________________________________________________________________________