Everything you need to install, configure and run APBoard – explained in full, even for complete beginners.
APBoard is running – now what? This page walks you through the first setup steps: login, build forum structure, configure user groups and get your forum ready to launch.
Open your forum in the browser and click Log in in the top right. Log in with the admin account you configured during installation.
After login you will see a new link in the navigation: Admin Panel. Click it to enter the administration area.
Change the admin password immediately after first login – especially if you set it as plain text in .env. Go to Admin Panel → User management → [Your account] → Change password.
| Area | Contents |
|---|---|
| Dashboard | Overview: latest registrations, posts, system status |
| Forum structure | Create, sort and edit categories and boards |
| User management | Search, edit, ban users, assign groups |
| User groups | Manage groups and their permissions |
| Settings | Forum title, email, upload limits, registration |
| Design | Select and configure style sets (themes) |
| Legal pages | Legal notice, privacy policy, terms of use |
| Logs | Error logs, moderation log, login log |
Go to Forum structure in the admin panel. APBoard uses two levels:
Click New category. Enter a name (e.g. “General”) and confirm.
Click Add board next to the new category. Enter name and optional description.
Categories and boards can be sorted via drag & drop.
By default, everyone (guests and logged-in users) can read. Writing requires an account.
Category: Community
├── Board: Introductions
├── Board: News & Announcements [admins only]
└── Board: Off-Topic
Category: [Your Topic]
├── Board: Questions & Answers
├── Board: Tutorials
└── Board: Show your projects
Category: Support
└── Board: Report a bug | Group | Default permissions |
|---|---|
| Guests | Read only (no registration, no writing) |
| Users | Read, write, edit own posts |
| Moderators | Moderate, lock, move posts |
| Administrators | Full access including admin panel |
Go to Admin Panel → Legal pages. Fill in:
Register a test account (use a different email address than the admin). If the confirmation email arrives, email sending works. If not, check the SMTP settings in .env configuration.