FAQ
Quick answers to the most frequently asked questions about ChatNet. This section addresses common queries including password recovery, logo customization, enabling/disabling features, adding languages, color customization, user room creation permissions, membership system functionality, custom pages, content moderation, and video/audio calling setup. If you have a quick question, check here first.
How to reset admin password?
Option 1: Via Database
UPDATE cn_users SET password = '$2y$10$YourNewHashHere' WHERE user_type = 1;
Generate hash:
echo password_hash('newpassword', PASSWORD_DEFAULT);
Option 2: Create new admin via database
INSERT INTO cn_users (user_name, email, password, user_type, status) VALUES ('newadmin', 'admin@example.com', '$2y$10$hash', 1, 1);
How to change the logo?
- Navigate to Appearance > Images
- Upload new logo image
- Upload favicon
- Save changes
- Clear browser cache
How to enable/disable features?
Navigate to Chat & Features > Chat Settings
Toggle any feature on or off:
- Images, GIFs, files, videos
- Audio clips, stickers, code snippets
- Guest access
- Video calling
How to add a new language?
- Navigate to Language
- Click "Add New Language"
- Enter language code (e.g., "fr" for French)
- Enter language name
- Translate all strings in the editor
- Save and activate
How to customize colors?
- Navigate to Appearance > Theme
- Click on any color picker
- Choose your desired color
- Preview changes
- Save to apply
Can users create their own rooms?
Yes, if enabled:
- Navigate to Chat & Features > Chat Settings
- Enable "User Room Creation"
- Set room creation limit (0 = unlimited)
- Configure who can create rooms
How does the membership system work?
- Install and activate the Membership plugin
- Create membership plans with different features
- Set prices and billing intervals
- Users can purchase plans via Stripe/PayPal
- Features are automatically restricted based on plan
- Wallet balance can be used for renewals
How to add custom pages?
- Navigate to Content > Pages
- Click "Add New Page"
- Enter title and content
- Set URL slug
- Configure visibility
- Publish
How to moderate content?
- Navigate to Moderation > Flagged Content
- Review reported messages
- Take action:
- Delete message
- Warn user
- Ban user
- Dismiss report
How to set up video/audio calling?
- Sign up for an Agora account at agora.io
- Create a project and obtain your App ID and App Certificate
- Navigate to Video Calling
- Enable video calling and enter your Agora credentials
- Users can initiate 1-on-1 video or audio calls from private messages