Link Search Menu Expand Document

Install & Configure TIKTING®

Table of contents

  1. Step 1 - TIKTING Installer Package
  2. Step 2 - IIS Permissions
  3. Step 3 - Enable Named Pipes
  4. Step 4 - Configuring IIS Website
    1. SSL Certificate
    2. Add Website
    3. Admin User
    4. Choose URL
    5. Site Bindings
  5. Step 5 - Configure Process Model
    1. Select Application Pool User
    2. Startup and Shutdown Interval
    3. Disable Recycling
  6. Step 6 - Add DNS Record
  7. Step 7 - Restart IIS
  8. Congratulations 🎉

Step 1 - TIKTING Installer Package

  • Run the Installer Package and reach to the screen where it asks the Destination Folder.

Tikting installs on IIS root directory. If you have chosen an different target location of your IIS or you run your IIS Clusters on a different server, please choose appropriate directory and click next.

deployment-guide

Please enter your Database server and login details as specified in the SQL Server Installation. Click next through the installation screens and finish the installer.

deployment-guide

Step 2 - IIS Permissions

  • We need to give IIS permissions to the Tikting installation directory. Right click the folder where Tikting is installed and click properties. Click Sharing. You need to give IIS_IUSRS full permissions as shown in the picture below.

IIS Permissions

Step 3 - Enable Named Pipes

  • Open SQL Server Configuration Manager. Select SQL Server Network Configuration. Right Click Named Pipes and Click Enable.

Enable Named Pipes

Step 4 - Configuring IIS Website

In this step we will configure IIS Website which involves creating Application Pool, Installing Website and SSL Certificate.

  • Open IIS Manager from Server Manager > Tools > IIS Manager (from the drop down menu).

Click Server Certificates as shown in the picture.

Configure IIS Website

SSL Certificate

  • Choose SSL Certificate In this demonstration, we are creating self-signed certificate, for your organization, please choose appropriate SSL Certificate.

SSL Certificate

Once the certificate is generated / Installed, it will show in the list.

SSL Certificate

  • Open the IIS Manager select Application Pool and click Add Application Pool.
  • Name the Application Pool and select the following.
  • No Managed Code from the drop down.
  • Keep the option for Integrated remained.
  • Keep the check start this application pool immediately.

Application Pool

Add Website

  • Open the IIS Manager select Sites and click Add Website. Name your website and select the following.

  • Select your Application Pool
  • Browse and Select Physical Path of the Tikting Installation.

Add Website

Admin User

  • Press Connect As and Choose Specific User and set credentials to an account with Domain Admin rights and click OK.

Select Domain Admin

Choose URL

  • In the hostname field choose the URL which you want to access Tikting Helpdesk and Change Management System.

Choose URL

Site Bindings

Once the site is created we will want to create https binding.

Click the Tikting Site in the Sites menu and Select Bindings.

  • Add Binding with the same hostname as in the previous step.
  • In the SSL drop down menu please select the certificate which you have installed on your IIS.

Add Site Binding

Step 5 - Configure Process Model

Select Application Pool User

  • Open IIS Manager and select Application Pool > Advanced Settings for your Application.
  • Under Process Model and click ApplicationPoolIdentity.
  • Choose the User with Domain Admin Rights.

Application Pool User

Startup and Shutdown Interval

  • Open IIS Manager and select Application Pool > Advanced Settings for your Application.
  • Change the Startup and Shutdown Time Interval to 180 seconds for both options.

Startup and Shutdown Interval

Disable Recycling

  • Open IIS Manager and select Application Pool > Advanced Settings for your Application.
  • Go to Disable Overlapped Recycle and Change the Option to TRUE.
  • Go to Disable Recycling for Configuration and Change it to TRUE.

Disable Recycling

Step 6 - Add DNS Record

When you create a VM and join it with a domain, it automatically associates an “A RECORD” of the machine’s hostname with domain name.

E.g. If your domain name is mycompany.com and your vm computer name is helpdesk - your default A RECORD will be helpdesk.mycompany.com

If your VM Computer name is the same as your IIS Website, you do not need to take this extra step. If your machine name is different than your IIS Website URL binding, you will need to create an “A RECORD” in your DNS Server.

  • Open DNS Application and Add a new A RECORD for your IIS Binding.

Open DNS Application

Add New Host

Once the process is completed. You may want to reload your DNS Zones.

Step 7 - Restart IIS

Go to CMD > run as Administrator

  • iisreset/restart
  • After a successful installation, restart the VM so all the services restart.

Congratulations 🎉

Back to Top