First Time Installing osTicket or osTicket Awesome, using Windows IIS, installing to a subdomain

This guide will help you install osTicket Awesome for the first time into a directory on your self-hosted Windows IIS server.

If you already have osTicket or osTicket Awesome installed, if you're using a Linux server, or if you are installing to a directory (rather than a subdomain), please go back to this menu.

You have chosen to install osTicket Awesome into a subdomain. The subdomain can have any name of your chosing. Common names that people use are ostickethelpdesk or support.

For the purpose of these instructions we will assume that your website is www.your-domain.com and that your osTicket Awesome installation will be in www.support.your-domain.com


Make sure you have the Web Platform Installer installed on your system. If not, install it.


Make sure you have the PHP installed on your system.
If not, run Web Platform Installer, click Products, search for PHP.
Select a PHP 7.0 or higher version that is suitable for your system (PHP 7.3.13 x86 or x64 is the current recommendation).
Click Add and then click Install.


Make sure you have the MySQL installed on your system.
If not, run Web Platform Installer, click Products, search for MySQL. Select MySQL Windows 5.5.
Click Add and then click Install.
You will be prompted to create a password for the root user. Create a stong password and make a note of it. 


Download and extract the latest osTicket Awesome .zip. Put the contents of the upload folder in your web root directory.


Rename include\ost-sampleconfig.php to include\ost-config.php


Make the ost-config.php file writable 


(Optional) Install additional PHP extensions to increase osTicket performance.

Make sure you have the PHP Manager installed on your system. If not, install it.

Open IIS Manager, go to Sites > your-domain.com > click on PHP Manager.
Under PHP Extensions click on Enable or disable and extension.
If any of the following are available, enable them.
php.imap.dll
php.intl.dll
php.opcache.dll

Locate your php.ini file (e.g. C:\Program Files\PHP\v7.3.php.ini).
Open php.ini as Administator and add the following line to the very end of the file:
zend_extension=php_opcache.dll


Create a database using HeidiSQL or MySQL Command Prompt. Create a user for your database.


Go to www.support.your-domain.com and follow the prompts to complete the installation

Create your first osTicket administrator account and password
In most cases you will keep the default settings for Table Prefix and Hostname
Enter the Database name you create earlier
Enter the Username and Password you created earlier.
Click Install Now


Remove write access of ost-config.php



Now take a look at our post-installation tasks