osTicket
Widely-trusted open source customer support ticket system.
Why consider osTicket?
osTicket is a widely-deployed open-source customer support ticketing system. It seamlessly routes inquiries created via email, web forms, and phone into a simple multi-user web interface.
Learn osTicket by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of osTicket
osTicket is a proven open-source support ticket solution used by thousands of companies worldwide. It features ticket routing filters, auto-responders, SLA management, custom ticket fields, and role-based agent permissions.
Quickstart with Docker
Run osTicket using Docker:
docker run -d \ --name osticket \ -p 8080:80 \ -e MYSQL_HOST=db \ -e MYSQL_USER=osticket \ -e MYSQL_PASSWORD=secret \ -e MYSQL_DB=osticket \ osticket/osticket:latestComplete the initial installation wizard via http://localhost:8080/setup.
osTicket is distributed under the GNU General Public License v2.0 (GPL-2.0).
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.