Update README.md

This commit is contained in:
tteckster 2022-09-24 00:30:23 -04:00 committed by GitHub
parent 4c547cf1bd
commit 104d35e999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -578,7 +578,7 @@ To create a new Proxmox EMQX LXC, run the following in the Proxmox Shell.
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
**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
```
____________________________________________________________________________________________