An open API service indexing awesome lists of open source software.

https://github.com/taylormartin24/osticket-lab-wip

My experience with installing, configuring, and utilizing osTicket, a help desk ticketing software.
https://github.com/taylormartin24/osticket-lab-wip

azure information-technology microsoft-azure osticket ticket-management ticketing-system virtual-machine

Last synced: 3 months ago
JSON representation

My experience with installing, configuring, and utilizing osTicket, a help desk ticketing software.

Awesome Lists containing this project

README

          

![Logo](https://github.com/user-attachments/assets/8f4c9483-8df2-4a66-898a-2d48c6f67c55)
# osTicket
In this lab, I installed and configured osTicket on a Microsoft Azure Virtual Machine and gained real-world experience with the ticketing software.

## Technologies and Tools Used
- Microsoft Azure (Virtual Machine/Compute)
- Remote Desktop
- Windows 11 Pro
- osTicket
- Internet Information Services (IIS)
- PHP Manager
- IIS URL Rewrite Module 2
- MySQL
- IIS Manager

## Create Virtual Machine
Create VM
Created the virtual machine in Microsoft Azure. I also created the resource name, the virtual machine's name, and the virtual machine's image. Additionally, I selected the size of the virtual machine, including the number of vCPUs and memory it will have. I left the other settings at their default or auto-create settings.

## Virtual Machine Setup for osTicket
IIS Enable

I had to enable IIS and CGI in the Control Panel to set up the web server.

Install PHP Manager

Installed PHP Manager for IIS.

Install Rewrite Module

Installed IIS URL Rewrite Module 2 for IIS.

MySQL Install

Installed MySQL.

MySQL Config

Configured MySQL.

PHP Register

Registered PHP from within the IIS Manager.

## Download and Installation of osTicket
(Picture here)
Downloading and installing the osTicket software.

## Configuration of osTicket
(Picture here)

## Usage