How to use Trixtu
Everything you need to know - events, tickets, communities, services and more.
Events
Finding events
Go to Events
Filter by community
Filter by location
Filter by category & date
Creating an event
Sign in & click Create Event
Fill in the details
Set up tickets (optional)
Connect Stripe to sell tickets
Publish
Managing your event
Edit event
Go to Dashboard > Events > Edit to update any details.
View attendees
See the full attendee list and ticket holders from Dashboard > Attendees.
Manage refunds
Approve or reject refund requests from Dashboard > Refunds.
Reviews & Q&A
Attendees can leave reviews and ask questions on your event page.
Tickets & Payments
Buying tickets
Open the event page
Select ticket type & quantity
Enter your details
Pay securely via Stripe
Receive your ticket
Your digital ticket
Find your ticket
QR code
Download PDF
Requesting a refund
Open your ticket
Submit a refund request
Wait for the organizer's decision
Stripe Connect (for organizers)
Go to Stripe Connect
Complete Stripe onboarding
Start receiving payments
Communities & Chat
Finding & joining communities
Browse communities
Join a community
Start chatting
Creating a community
Click Create Community
Fill in the details
Choose visibility
Default channels
Chat features
Threads & replies
Reply directly to a message to create a thread.
Reactions
React to messages with emoji by hovering over them.
Pin messages
Moderators can pin important messages in a channel.
Manage channels
Admins can add, rename or reorder channels from Community Settings.
Member roles
Services
Finding services
Go to Services
Filter by category
Filter by location
Contact the provider
Adding your service
Go to Submit a Service
Fill in the form
Submit for review
Manage from dashboard
Profile & Account
Your profile
Edit profile
Update your name, bio, photo, city and social links from Settings > Profile.
Change email
Go to Settings > Email. A verification email will be sent to the new address.
Change password
Go to Settings > Password. You'll need to enter your current password first.
Follow users
Follow organizers to stay updated on their upcoming events.
Private messages
Start a conversation
Real-time chat
My RSVPs & tickets
All events you've signed up for or purchased tickets to are in My Events. My Events.
Account security & deletion
Close account
Go to Settings > Close Account. This permanently deletes your data.
Support
Having issues? Contact us at support@trixtu.com and we'll help.
Utile (Blog)
The Utile section contains guides, tips and articles written specifically for expats in Europe - housing, visas, healthcare, taxes, language learning and more. Utile.
Browse articles
Filter by tag to find articles relevant to your situation.
Multilingual
Articles are available in multiple languages - use the language switcher.
Comments
Leave a comment on any article - logged in or as a guest.
Reading progress
A progress bar shows how far through the article you've read.
Developer API
Trixtu provides a public API for developers to create and manage events programmatically.
Getting an API key
Go to Settings > API
Generate a key
Use the key in requests
Create an event via API
POST /api/v1/events
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"title": "Romanian Night in Berlin",
"description": "...",
"date": "2025-09-20T20:00:00Z",
"location": "Mitte, Berlin",
"city": "Berlin",
"country": "germany",
"category": "party",
"community": "romanian",
"price": 10,
"currency": "EUR"
}