Thinfinity® VNC
  • Introduction
    • Thinfinity® VNC
    • Architecture
    • Security
  • Getting Started
    • Installing Thinfinity® VNC
    • Configuring Thinfinity® VNC
    • Using Thinfintiy® VNC for the first time
  • Features
    • Screen Sharing
      • Display Preferences
      • Control Preferences
      • Advanced Preferences
      • Toolbar
      • Shorcut Keys
    • File Transfer
      • Security Preferences
      • Navigating
      • File Options
      • Remote Folder Area Options
  • Advanced Settigns
    • General
    • Communications
      • Verifying the Communication Settings
        • Thinfinity® Remote Desktop Workstation Listening Port
        • Configuring Internet Access
    • Security
      • Authentication Mode
        • No login required (None)
        • Digest
        • Windows Logon
      • Managing the SSL Certificate
        • The Default Embedded Certificate
        • A Self-signed Certificate
        • A CA Certificate
    • Screen Sharing
    • Customizing the Web Interface
      • Changing the logo
      • Customizing the web files
      • Files Location
    • License
      • Get a new Trial Serial Number for Thinfinity® VNC
      • Activate a Serial Number online for Thinfinity® VNC
      • Activate a Serial Number offline for Thinfinity® VNC
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Settigns
  2. Customizing the Web Interface

Customizing the web files

To customize the web files, you should:

  1. Create a folder called "BrandingFiles", if it doesn't exist yet, under the folder web located inside the Thinfinity® Remote Desktop Workstation installation directory. (e.g.: C:/Program Files/Thinfinity/VNC/web)

  2. Make copies of the original web files that you want to modify to the "BrandingFiles" folder. Copy only the files to be modified without their associated folder structure.

  3. Customize the files (html, css, etc) as you prefer.

  4. Create the WebAliases.ini file and configure it:

    a. Create a file called "WebAliases.ini" in the installation directory (e.g.: C:/Program Files/Thinfinity/VNC/bin64/WebAliases.ini). If the file already exists, only append the lines to it.

    b. Configure the redirection to the files you have modified, by adding a line similar to the examples below for each modified file:

    [Alias]

    /index.html=BrandingFiles\my_index.html

    /css/index.css=BrandingFiles\my_index.css

    c. Save it

  5. Open the application and check out the changes.

Take into account:

  1. Any line in the "WebAliases.ini" file that starts with a semicolon will not be considered by the application. It can be used to leave comments.

  2. The paths located in the HTML, CSS, and other contents will be kept relative to the original file location. This means that you won't have to change the content paths when customizing this files.

PreviousChanging the logoNextFiles Location

Last updated 3 years ago

Was this helpful?