osTicket is one of the leading open source ticketing systems. Here’s an easy way to spin up an instance on Ubuntu.
Note:
This script is purely intended for use in short-lived demo systems. The passwords are obvious (password !?) and there is no hardening applied to any of this system. DO NOT USE THIS SCRIPT IN PRODUCTION.
Create Shell Script
Spin up an Ubuntu instance then create a new shell script and give it executable permissions:
touch osTicket.sh chmod +x osTicket.sh
Script Content
Paste this into the script: