There are several ways that you can customize the login
screen with your own logo and text. Best practice for customizing
the login screen is to create a custom module and use the “module
scheme” to provide resources for your custom login as described in
the “Login Screen Customization Overview” topic in the Niagara
Developer Guide. This procedure describes how to use the file
system (instead of module scheme) to support customizing.
Note: Starting in Niagara 4.10u3, custom login screen resources in the shared station home
(file:^) are no longer permitted. Starting in Niagara 4.10u4, login screen resources in a "public" subfolder
of the protected station home is allowed so that you can add a logo
image to this location and reference it using an ord reference. For
example: file:^^public/myLogo.png
The
following list describes how different versions allow different (increasingly
secure) methods for access to your custom login resources.
| Niagara 4 version | Customizing method supported |
|---|
Niagara 4.10 | |
Niagara 4.10u3 | |
Niagara 4.10u4 and later. | |
- Add your logo image file to the appropriate file folder
of the Station, depending on the method you are using (see table above).
Niagara 4.10u1 and earlier, you can drag your image to the shared station
files folder: local:|file:/C:/Users/myUserName/Niagara4.10/tridium/stations/stationName/public
Niagara 4.10u4 and later, you must create and add your image
to a “protected station home” public folder local:|file:/C:/ProgramData/Niagara4.10/tridium/stations/stationName/public
- To connect with Protected Station Home on a remote host, expand Platform and double-click File Transfer Client.
The
File Transfer Client window opens


- Expand , right-click on the WebService node and select .
- Right-click under the current slots and select Add Slot from the popup menu.
- Enter logo as the name and baja Ord as the type and click OK.
- In the nav tree, right-click on the WebService node and select .
- Scroll down to the logo slot and
click the down arrow next to the folder icon and select File Ord Chooser.
- Browse to select the image that you want to use as the
logo on the login screen and click Save.
- Right-click on the Config node of
the station and select .
- Right-click under the slots and select Add Slot from the popup menu.
- Enter displayName as the name and baja Format as the type and click OK.
- Right-click on the Config node and
select .
- In the Display Name field, enter
the text that you want to display on the login screen, for example: Custom Text Here.
For example, Custom Text Here
- Click the Save icon in the toolbar.
- Restart the station and log in through a browser window
(http://localhost/login) to see your customized
login screen:
