Get started
Free test account
Create a free test account on our servers. It just takes a few seconds.
Installation on your server
Setting up Seatsurfing on your Linux server just takes a few minutes.
- Start the Docker container:
docker run \
--rm \
-p 8080:8080 \
-e "POSTGRES_URL=postgres://seatsurfing:DB_PASSWORD@db/seatsurfing?sslmode=disable" \
seatsurfing/backend
- Open the administrative web interface at and log in with: admin@seatsurfing.local / 12345678
http://localhost:8080/admin/
- Download the mobile app for Apple iOS or Google Android.
For more information, please check out the documentation.
By using the application, you accept the terms of use.