🖥️ WebUI Management Panel
Manage your bot through your browser!
First Time Use
Get Login Password
When you first start MaiBot, the console will display a password (Token):
WebUI Access Token: a1b2c3d4...
Please use this Token to login to WebUIImportant: This password only shows once, so save it!
Login Steps
- Open your browser and visit
http://localhost:8001(default address) - Enter the password shown in the console
- After successful login, you'll see the management panel
What Can You Do?
WebUI makes it easy to manage MaiBot:
- ⚙️ Change Settings - Modify settings with clicks, no file editing needed
- 🧠 Manage Memory - View, edit, and delete bot memories
- 🔌 Install Plugins - Install and manage various function plugins
- 📊 View Statistics - Check chat records and usage data
Basic Settings
You can change WebUI settings in bot_config.toml:
toml
[webui]
enabled = true # Enable WebUI or not
host = "127.0.0.1" # Bind address
port = 8001 # Port number- Change
hostto0.0.0.0to allow access from other devices on the network - Change
portto another number to avoid conflicts
Forgot Your Password?
If you forget your password:
- Stop MaiBot
- Delete the
data/webui.jsonfile - Restart MaiBot, and a new password will be generated
Security Reminders
- Don't share your password with others
- Change the default port when deploying on public networks
- Regular password changes are more secure
More Features
- Configuration Management - Change settings in browser
- Memory Management - View and manage memories
- Plugin Management - Install and manage plugins
- Chat Statistics - View chat statistics