The osTicket open source ticketing system official project repository, for versions 1.8 and later osticket.com
  • PHP 91.6%
  • JavaScript 5.3%
  • CSS 2.8%
  • Less 0.2%
Find a file
2026-06-17 22:01:48 +00:00
api fetcher: Mail Fetcher / Parser Error Handling 2022-11-18 11:49:12 +00:00
apps issue: Calling Non-Static Statically 2022-02-07 16:19:26 +00:00
assets This commit completely removes the BCC functionality. 2018-06-05 16:30:53 -05:00
css Merge pull request #6894 from JediKev/issue/kazakh-flag-css 2026-01-15 09:41:23 -06:00
images Merge remote-tracking branch 'origin/develop' into develop-next 2019-07-26 10:25:56 -05:00
include Merge branch '1.17.x' into develop 2026-06-17 22:00:04 +00:00
js issue: XSS Image Caption 2023-06-12 10:08:54 -05:00
kb files: Provide unified download script 2014-12-31 10:07:37 -06:00
pages issue: Calling Non-Static Statically 2022-02-07 16:19:26 +00:00
scp Merge branch '1.17.x' into develop 2026-06-17 22:00:04 +00:00
setup Merge branch '1.17.x' into develop 2025-02-04 09:46:36 -06:00
.gitignore Ignore VS Code Workspace Files 2024-06-21 17:47:48 +03:00
account.php issue: User Account Creation 2023-10-25 10:02:49 -05:00
ajax.php issue: Calling Non-Static Statically 2022-02-07 16:19:26 +00:00
avatar.php issue: Local Avatar Annotation 2019-02-12 14:53:07 -06:00
bootstrap.php Merge branch '1.17.x' into develop 2025-02-04 09:46:36 -06:00
captcha.php Update copyright (c) to 2013! 2013-02-19 10:54:04 -05:00
client.inc.php security: CSRF 2026-06-17 16:13:23 -05:00
file.php security: File Exception Handling 2026-06-17 16:13:23 -05:00
index.php Update index.php 2019-10-20 21:10:16 +02:00
ISSUE_TEMPLATE.md issue: Update Outdated Links 2019-08-14 14:18:39 -05:00
LICENSE.txt 1.7 Developer Pre-Release 2012-03-19 17:49:16 -05:00
login.php issue: Ensure User Login Name 2026-01-14 15:03:35 -06:00
logo.php session: use osTicket\Session Backends 2022-10-26 01:18:21 +00:00
logout.php session: use osTicket\Session Backends 2022-10-26 01:18:21 +00:00
main.inc.php security: Refresh URL 2022-11-08 14:48:29 -06:00
manage.php cli: Class Not Found 2023-10-25 15:45:33 +00:00
offline.php pages: Offline Page Images 2017-07-03 13:54:41 -05:00
open.php security: Login-Required Policy 2026-06-17 16:13:23 -05:00
profile.php oops: Prevent Account Takeover 2018-02-12 16:18:36 -06:00
pwreset.php security: Pwreset Hardening 2026-01-15 10:44:00 -06:00
README.md Merge branch '1.17.x' into develop 2025-02-04 09:46:36 -06:00
secure.inc.php Redirect to originally-requested page on login 2014-03-24 22:15:58 -05:00
SECURITY.md Update SECURITY.md 2020-07-10 21:52:46 +02:00
tickets.php issue: Client-Side Reply Draft Saving 2021-01-07 19:53:02 +00:00
UPGRADING.txt update: Upgrade Section & Extensions 2023-06-13 16:32:37 -05:00
view.php Authcode: Ticket Access Link 2020-11-10 01:33:22 +00:00
web.config Merge remote branch 'upstream/develop' into develop-next 2014-05-15 13:09:26 -05:00
WHATSNEW.md Add Release Notes for v1.18.4 2026-06-17 22:01:48 +00:00

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 youre 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: