π Found Hi.Events helpful?
β Please consider giving us a star to support the project! β
Try Cloud βοΈ β’ Demo Event π β’ Website π β’ Documentation π β’ Installation βοΈ
Deutsch | PortuguΓͺs | FranΓ§ais | EspaΓ±ol | δΈζ (ZhΕngwΓ©n) | ζ₯ζ¬θͺ
Hi.Events is a feature-rich, self-hosted event management and ticketing platform that helps you sell tickets online for all types of events. From conferences and workshops to club nights and concerts, Hi.Events provides everything you need to create, manage, and monetize your events with ease.
Get started in minutes with our one-click deployment options:
Hi.Events offers comprehensive tools to streamline your event management:
- Multiple Ticket Types: Free, Paid, Donation, and Tiered tickets.
- Capacity Management: Set event-wide or ticket-specific limits.
- Capacity Assignments: Manage shared capacity across multiple ticket types.
- Promo Codes: Discount codes for pre-sale access and special offers.
- Product Sales: Sell event-related products (e.g., t-shirts, add-ons).
- Taxes & Fees: Apply custom taxes and fees per product or order.
- Event Dashboard: Real-time revenue, ticket sales, and attendee analytics.
- Homepage Designer: Customize event pages with a live preview editor.
- Embeddable Ticket Widget: Add a seamless ticketing experience to your website.
- SEO Tools: Customize event metadata for better search visibility.
- Product Categories: Organize products and tickets with category management.
- Offline Event Support: Provide instructions for physical events.
- Custom Checkout Forms: Collect attendee details with tailored questions.
- Attendee Management: Search, edit, cancel, and message attendees.
- Order Management: Refund, cancel, and resend order details easily.
- Bulk Messaging: Email or message specific ticket holders.
- Data Exports: Export attendees and orders to CSV/XLSX.
- QR Code Check-In: Web-based and mobile-friendly check-in tool.
- Check-In Lists: Generate and share access-controlled check-in lists.
- Multi-User Access: Role-based access control for event staff.
- Webhooks Support: Automate tasks with Zapier, IFTTT, Make, or CRM integrations.
- Stripe Connect Integration: Organizers get instant payouts.
- Multi-Language Support: English, Deutsch, EspaΓ±ol, PortuguΓͺs, FranΓ§ais, δΈζ (ZhΕngwΓ©n), and more.
- Partial & Full Refunds: Manage refunds with detailed order tracking.
- Role-Based Access Control: Multiple user roles with permission management.
- REST API: Full API access for custom integrations.
- Invoicing System: Generate and send invoices with tax details, payment terms, and due dates.
- Offline Payment Support: Enable bank transfers, cash payments, or custom payment methods.
- Event Archive: Archive past events to keep the dashboard organized.
- Advanced Ticket Locking: Lock tickets behind promo codes or access restrictions.
- Advanced Reporting: Daily sales, tax breakdowns, product sales, and promo code usage reports.
Important
Please ensure you have Docker and Docker Compose installed on your system. If not, you can download them from the official Docker website: Docker.
-
Clone the Repository:
git clone [email protected]:HiEventsDev/hi.events.git
-
Navigate to the Docker Directory:
cd hi.events/docker/all-in-one
-
Generate the
APP_KEY
andJWT_SECRET
Generate the keys using the following commands:
Unix/Linux/MacOS:
echo base64:$(openssl rand -base64 32) # For APP_KEY openssl rand -base64 32 # For JWT_SECRET
Windows: Check the instructions in ./docker/all-in-one/README.md for generating the keys on Windows.
Add the generated values to the
.env
file located in./docker/all-in-one/.env
: -
Start the Docker Containers:
docker compose up -d
-
Create an account:
Open your browser and navigate to http://localhost:8123/auth/register
βΉοΈ For detailed setup instructions including production deployment, please refer to our getting started guide.
If you find Hi.Events valuable for your organization, please consider supporting ongoing development:
Or support us on: GitHub Sponsors | Open Collective
Stay updated with our latest features and improvements on our GitHub releases page.
We welcome contributions from the community! Please see our contributing guidelines for details on how to get involved.
Have questions? Our documentation has answers. For additional support, contact us at [email protected].
Hi.Events is licensed under the AGPL-3.0 license.
For more licensing information, including commercial licencing options, please visit our licensing page here.