Public Registration¶
The public registration page allows players to sign up for MAGK events without an existing account. Each event has a unique registration URL that organizers share with participants.
Page Location¶
- URL:
/register/:eventSlug - Access: Public (unauthenticated)
Layout¶
The registration page uses a minimal layout without the application sidebar. The event name, date, and location are displayed at the top of the page, followed by the registration form.
Registration Form¶
| Field | Required | Description |
|---|---|---|
| Callsign | Yes | Your in-game name displayed on the tactical map and scoreboard |
| Name | Yes | Your real name for organizer reference |
| Varies | Contact email — depends on event configuration | |
| Phone | Varies | Contact phone — depends on event configuration |
| Team Preference | If enabled | Select your preferred team or platoon |
| Player Role | If enabled | Choose a gameplay role (e.g., Rifleman, Medic, Squad Leader) |
Fill in the required fields and click Register to submit.
How Organizers Share the Link¶
Organizers distribute the registration URL through:
- Direct link (email, messaging, social media)
- Printed QR code at the event venue
- Embedded link on an event website
All methods lead to the same registration form at /register/:eventSlug.
After Submission¶
After submitting the form, you'll see a confirmation page showing:
- Your registration status (Pending or Approved)
- Your assigned callsign
- Next steps for TAK client setup (if auto-approved)
Approval Required
Some events require organizer approval before registration is confirmed. You'll be notified when your status changes.
Enrollment QR Code¶
Once approved, the confirmation page may display a QR code for TAK client enrollment. Scanning this code on your device initiates certificate download and server configuration for supported TAK clients.
Related Pages¶
- Kiosk — On-site kiosk registration mode
- Live Event — Public live event view
- Player Registration Guide — Detailed player registration walkthrough