Skip to content
forked from osTicket/osTicket

The osTicket open source ticketing system official project repository, for versions 1.8 and later

License

Notifications You must be signed in to change notification settings

JediKev/osTicket

This branch is up to date with osTicket/osTicket:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

53339df · Feb 4, 2025
Nov 18, 2022
Feb 7, 2022
Jun 5, 2018
Jul 13, 2023
Jul 26, 2019
Feb 4, 2025
Jun 12, 2023
Dec 31, 2014
Feb 7, 2022
Feb 4, 2025
Feb 4, 2025
Jun 21, 2024
Aug 14, 2019
Mar 19, 2012
Feb 4, 2025
Jul 10, 2020
Jun 13, 2023
Feb 4, 2025
Oct 25, 2023
Feb 7, 2022
Feb 12, 2019
Feb 4, 2025
Feb 19, 2013
Oct 26, 2022
Nov 8, 2022
Oct 20, 2019
Jun 12, 2023
Oct 26, 2022
Oct 26, 2022
Nov 8, 2022
Oct 25, 2023
Jul 3, 2017
May 19, 2022
Feb 12, 2018
Mar 21, 2023
Mar 25, 2014
Jan 7, 2021
Nov 10, 2020
May 15, 2014

Repository files navigation

osTicket

osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface. Manage, organize and archive all your support requests and responses in one place while providing your customers with accountability and responsiveness they deserve.

How osTicket works for you

  1. Users create tickets via your website, email, or phone
  2. Incoming tickets are saved and assigned to agents
  3. Agents help your users resolve their issues

osTicket is an attractive alternative to higher-cost and complex customer support systems; simple, lightweight, reliable, open source, web-based and easy to setup and use. The best part is, it's completely free.

Requirements

  • HTTP server running Microsoft® IIS or Apache
  • PHP version 8.2 - 8.4 (8.4 recommended)
  • mysqli extension for PHP
  • MySQL database version 5.5 (or greater)

Recommendations

  • ctype, fileinfo, gd, gettext, iconv, imap, intl, json, mbstring, Zend OPcache, phar, xml, xml-dom, and zip extensions for PHP
  • APCu module enabled and configured for PHP

Deployment

osTicket now supports bleeding-edge installations. The easiest way to install the software and track updates is to clone the public repository. Create a folder on you web server (using whatever method makes sense for you) and cd into it. Then clone the repository (the folder must be empty!):

git clone https://github.com/osTicket/osTicket

And deploy the code into somewhere in your server's www root folder, for instance

cd osTicket
php manage.php deploy --setup /var/www/htdocs/osticket/

Then you can configure your server if necessary to serve that folder, and visit the page and install osTicket as usual. Go ahead and even delete setup/ folder out of the deployment location when you’re finished. Then, later, you can fetch updates and deploy them (from the folder where you cloned the git repo into)

git pull
php manage.php deploy -v /var/www/htdocs/osticket/

Upgrading

osTicket supports upgrading from 1.6-rc1 and later versions. As with any upgrade, strongly consider a backup of your attachment files, database, and osTicket codebase before embarking on an upgrade. Please review our Upgrade Guide or the UPGRADING.txt file for upgrade instructions.

Help

Visit the Documentation or the forum. And if you'd like professional help managing your osTicket installation, commercial support is available.

Contributing

Create your own fork of the project and use git-flow to create a new feature. Once the feature is published in your fork, send a pull request to begin the conversation of integrating your new feature into osTicket.

Localization

Crowdin

The interface for osTicket is now completely translatable. Language packs are available on the download page. If you do not see your language there, join the Crowdin project and request to have your language added. Languages which reach 100% translated are are significantly reviewed will be made available on the osTicket download page.

The software can also be translated in place in our JIPT site. Once you have a Crowdin account, login and translate the software in your browser!

Localizing strings in new code requires usage of a few rules.

License

osTicket is released under the GPL2 license. See the included LICENSE.txt file for the gory details of the General Public License.

osTicket is supported by several magical open source projects including:

About

The osTicket open source ticketing system official project repository, for versions 1.8 and later

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.9%
  • JavaScript 5.3%
  • CSS 3.5%
  • Less 0.2%
  • Shell 0.1%
  • Perl 0.0%