Conference Overview
Kenya Meat Conference 2026 · Chaka Ranch, Kiganjo, Nyeri · 8–9 July 2026
Registrations by Delegate Category
Registrations by County
Recent Registrations
DelegateCategoryOrganisationRegisteredStatus
All Delegates
Search, filter, approve, reject, and manage every delegate
Bulk actions: 0 selected
DelegateTicket IDCategoryContactCountyStatusActions
Check-In Log
All ticket scans recorded by the accreditation scanner
Scan History
TimeDelegateTicket IDResult
Email Communications
Send conference tickets and updates to registered delegates
Email Send Mode

Choose how to send emails based on your setup. PHP Backend is the recommended mode when the backend is deployed — it sends directly from the server. Mailto fallback opens your local email client and works without any backend configuration.

Sends via backend/api/send-bulk.php. Requires BACKEND_URL set and SMTP configured in config.php. Use SendGrid, Gmail, Zoho, or any SMTP provider.
Compose Message
Max 5MB – PDF, Word, or image
Resend Individual Ticket

Resend the ticket email to a specific delegate by their ticket ID or email address.

📱 WhatsApp Blaster

Send a mass WhatsApp message to all delegates in the selected group. Requires WhatsApp Business API (Twilio, Meta, etc.) – configure in config.php.

Dashboard Settings
Conference details, branding, and data management
Conference Details

Changes apply immediately across the public site, ticket emails, account dashboard, and scanner app — all read from this shared configuration.

Website Logo

Upload a PNG or JPEG logo to replace the default illustrated mark across the site, tickets, and scanner app. Recommended: square image, at least 240×240px, transparent background (PNG) for best results.

No custom logo uploaded — using the default illustrated mark.

Scanner Devices

Loading device status...

Data Management

When the database backend is connected, exports pull from MySQL — all registrations and scans from every device. Without a backend, exports reflect this browser's local storage only.

Note: "Reset Local Data" clears this browser's localStorage only. To truncate the shared database, connect to MySQL directly via your hosting control panel.

Admin Access

Current demo credentials: username admin, password kmeat2026. Before going live:

  • Generate a real bcrypt hash: php -r "echo password_hash('yourpass', PASSWORD_DEFAULT);"
  • Update the admin_users table in MySQL with this hash
  • Set a strong random api_key in config.php
  • Restrict BACKEND_URL CORS to your actual domain in api/_bootstrap.php