Custom Branding using PowerShell Script
Titan Server: Custom Branding and Logo using PowerShell
Question
How do I custom brand the interface for Titan Server using a PowerShell script?
Reasoning
I want the interface to match my organization’s look and feel.
Answer
Yes, the server interface can be customized and branded. The easiest way to do this is via the Titan Admin UI and simply edit the branding and theme settings and upload your own logo. But powershell scripts are also an option using the attached PowerShell script file, it is possible to change the Logo, as well as Welcome, Copyright, Login name, and Disclaimer messages.
Pre-requisites
-
Titan Server installed and a Server Instance created
-
Admin Credentials to login to the Titan Server Administrator Interfaces
-
Desired logo image file to be used
-
Have TitanAPI module installed on the system for PowerShell. The command to use, if needed, is: Install-Module TitanAPI
Steps
See our powershell examples at: https://github.com/southrivertech/titanapi.pub/blob/main/sdk/powershell/samples
The branding.ps1 powershell script has the details