- Microsoft Azure (Virtual Machines/Compute)
- Remote Desktop
- Internet Information Services (IIS)
- Windows 10 (21H2)
- Create an Azure Virtual Machine
- Download the osTicket-Installation-Files.zip
- Install / Enable IIS in Windows WITH CGI
- Install PHP Manager for IIS
- Install the Rewrite Module
- Install VC_redist.x86.exe.
- Install MySQL 5.5.62
- Install osTicket v1.15.8
- Install HeidiSQL.
- Set up osTicket in browser
Within the VM (osticket-vm), download the osTicket-Installation-Files.zip and unzip it onto your desktop. The folder should be called “osTicket-Installation-Files”
World Wide Web Services -> Application Development Features -> [X] CGI
From the “osTicket-Installation-Files” folder, install PHP Manager for IIS (PHPManagerForIIS_V1.5.0.msi)
From the “osTicket-Installation-Files” folder, unzip PHP 7.3.8 (php-7.3.8-nts-Win32-VC15-x86.zip) into the “C:\PHP” folder
- Typical Setup ->
- Launch Configuration Wizard (after install) ->
- Standard Configuration ->
- Username: root
- Password: root
- From the “osTicket-Installation-Files” folder, unzip “osTicket-v1.15.8.zip” and copy the “upload” folder into “c:\inetpub\wwwroot”
- Within “c:\inetpub\wwwroot”, Rename “upload” to “osTicket”
- On the right, click “Browse *:80”
- Go back to IIS, sites -> Default -> osTicket
- Double-click PHP Manager
- Click “Enable or disable an extension”
- Enable: php_imap.dll
- Enable: php_intl.dll
- Enable: php_opcache.dll
- Refresh the osTicket site in your browser, observe the changes
- From: C:\inetpub\wwwroot\osTicket\include\ost-sampleconfig.php
- To: C:\inetpub\wwwroot\osTicket\include\ost-config.php
- Disable inheritance -> Remove All
- New Permissions -> Everyone -> All
- Name Helpdesk
- Default email (receives email from customers)
- Open Heidi SQL
- Create a new session, root/root
- Connect to the session
- Create a database called “osTicket”
- MySQL Database: osTicket
- MySQL Username: root
- MySQL Password: root
- Click “Install Now!”
- Browse to your help desk login page: http://localhost/osTicket/scp/login.php
- Delete: C:\inetpub\wwwroot\osTicket\setup
- Set Permissions to “Read” only: C:\inetpub\wwwroot\osTicket\include\ost-config.php





























































