Video coming soon…

🎟️ Setup pretix — Self-Hosted Ticketing and Box Office for Events

Deploy pretix on Ubuntu with Docker — a full open-source ticketing and box-office platform for conferences, concerts, and workshops, backed by PostgreSQL and Redis, on port 8307.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys pretix on port 8307 with its PostgreSQL database and Redis wired in. Sell tickets, manage attendees, and run check-in — owning your data with no per-ticket fees.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/pretix/pretix-ubuntu.sh
chmod +x pretix-ubuntu.sh
./pretix-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/pretix/pretix-ubuntu.sh

2 Make it Executable

chmod +x pretix-ubuntu.sh

3 Run the Installer

./pretix-ubuntu.sh

4 Open pretix and Create an Organizer

http://your-server-ip:8307

Ports Used

PortPurpose
8307pretix web app, ticket shop, and control panel (mapped from container port 80)
5432PostgreSQL — internal to the Docker network, not exposed
6379Redis — internal to the Docker network, not exposed

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions