The @socket.io/admin-ui package provides an admin UI for monitoring and managing your Socket.IO server. This guide will walk you through the steps to set up and access the admin UI.
- Node.js and npm should be installed on your machine.
-
Install the package by running the following command in your project directory:
npm install @socket.io/admin-ui
-
Serve your project
node index.js
-
Enter your project url in admin.socket.io i.e http://localhost:3000