- Microsoft Azure (Virtual Machines/Compute)
- Remote Desktop
- Internet Information Services (IIS)
- Windows 10 (21H2)
- Create an Azure Virtual Machine using Windows 10 with at least 4 vCPU's
- Log into the VM with Remote Desktop
- Within the VM, download the osTicket-Installation-Files.zip
- Unzip the file onto your desktop
- Install/Enable IIS in Windows with CGI
- From the osTicket-Installation-Files folder, install PHP Manager for IIS
- Install the Rewrite Module from the osTicket-Istallation-Files folder
- Create the directory C:\PHP
- From the osTicket-Installation-Files folder, unzip PHP 7.3.8 into the C:\PHP folder
- Install VC_redist.x86.exe from the osTicket-Installation-Files folder
- Install MySQL 5.5.62 from the osTicket-Installation-Files folder
- Open IIS as an Admin
- Register PHP from within IIS
- Reload IIS (stop and start)
- Install osTicket v1.15.8
- Reload IIS (stop and start)
- Go to sites -> Default -> osTicket
- On the right, click Browse *:80
- Within IIS -> Enable php_imap.dll -> php_intl.dll -> php_opcache.dll
- Refresh the osTicket site in your browser and observe the changes
In order to install osTicket, first we need to make a VM (Virtual Machine) using Microsoft Azure. Go to https://portal.azure.com/#home then select Virtual Machines and create a new Azure Virtual Machine named osTicket-vm.
Once your VM is created, you will be able to see the public IP adress. Go ahead and copy that IP adress, once copied, open Remote Desktop Connection and paste the IP adress that you just copied. Once connected to the Virtual Machine you will be prompt with a user login. This was created when you made the VM, plug in your username and password and click connect. Now you will be installing osTicket on the Virtual Machine.
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” We will use the files in this folder to install osTicket and some of the dependencies. From here we will be doing steps 4-20 as you can see above.