Custom Branding using PowerShell Script

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


Pre-requisites

  1. Titan Server installed and a Server Instance created

  2. Admin Credentials to login to the Titan Server Administrator Interfaces

  3. Desired logo image file to be used

  4. Have TitanAPI module installed on the system for PowerShell. The command to use, if needed, is: Install-Module TitanAPI


Steps

  1. Before making any changes, please backup your database prior to running the provided PowerShell script in case of any unintended changes. Your database, by default, would be located under this path: 

  1. C:\ProgramData\South River Technologies\SrxServer\Database


  1. Download the attached file and remove the .txt ending from the filename

  2. Edit the PowerShell Script and specify these items: 

  1. Server Name (Instance Name)

  2. Titan Administrator Username and Password

  3. Create a logo file under the following path with the filename of mycustomlogo.png 

  1. C:\Temp\ 


  1. $spCurrentBrand.LoginDisclaimer = "this system is completely off limits to you, please go away."

  2. $spCurrentBrand.CopyrightUrl = "https://www.titanftp.com"

  3. $spCurrentBrand.LoginName = "titandomain.com"

  4. $spCurrentBrand.LoginWelcome = "Welcome to Titan Server"


    • Related Articles

    • How To: Customize the branding of the WEBUI.

      Question How do I customize the branding of the WEBUI in Titan. Reasoning I want to make the WEBUI reflect the company colors and logo so users connecting can be feel assured they are accessing the right website. Answer You have the option in Titan ...
    • May I add my logo and a disclaimer to the WebUI for Titan FTP Server?

      Question: May I add my logo and a disclaimer to the WebUI for Titan FTP Server? Answer: Yes. To customize your WebUI, open your Administrator and, under the Server category, navigate to the HTTP/HTTPS tab. Click the Branding button.
    • May I add my logo and a disclaimer to the WebUI for Titan FTP Server?

      Question: May I add my logo and a disclaimer to the WebUI for Titan FTP Server? Answer: Yes. To customize your WebUI, open your Administrator and, under the Server category, navigate to the HTTP/HTTPS tab. Click the Branding button.
    • How-To: Run a Script with a Scheduled Event Handler

      Question Can I create a scheduled event to call and run a script? Reasoning I currently have Titan FTP server and would like to take advantage of the event handler capabilities to automate jobs.   Answer Titan FTP Server includes the ability to ...
    • Event Handler script not running

      Problem: I set up an Event Handler to launch a VBScript when a file has been uploaded. The VBS script doesn't run. The file has been saved in the default directory path. Solution: Currently, the VBS script will not launch from a directory with spaces ...