You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Modules page, navigate to the **Username Quota** module you have added. Click **Manage** on the right.
28
28
29
-
On the **Usage** tab, you can view the current usernames in the EMQX cluster and the number of sessions used for each username. By clicking the **View** button next to the session count, you can see the session list for the selected username.
On the **Configuration** tab, you can edit the configuration of the username quota limits. To delete the module, click **Delete** in the upper right corner.
Under the **Usage** tab, you can view all active usernames in the EMQX cluster along with the number of active sessions for each.
34
+
35
+
- Click **View** next to a username to see detailed session information.
36
+
- Click **Disconnect All Sessions** to forcibly disconnect all client sessions associated with that username.
37
+
- To sort the list by the number of sessions, toggle the **Sort** switch next to **Number of Sessions**.
38
+
39
+
If you want to sort the username and session list by number of sessions, you can click the **Sort** button next to the **Number of Sessions**.
40
+
41
+
### Configure Quota Limits
42
+
43
+
Go to the **Configuration** tab to edit the session limit settings for MQTT usernames. This allows you to control how many concurrent sessions are permitted per username.
44
+
45
+
### Delete Username Quota Module
46
+
47
+
To remove the Username Quota module, click **Delete** in the top-right corner of the page.
0 commit comments