Overview
In this guide we will teach you how to create and run a Niagara station locally on your PC.
In order to complete this guide you’ll need a licensed copy of Tridium Workbench installed on your PC
Lets Get Started
In order you run a station on your PC, you’ll need to ensure that the Platform Daemon for the version of workbench your using is installed and running.
How to check if the platform daemon is running?
You can check the status of the platform daemon by navigation to windows services and looking for the service “Niagara”. If the status is running, then you’re daemon is ready to be connected to.
How to start the platform daemon?
If your platform is not up and running you can start it by navigating to the workbench bin folder. For example D:\Software\Niagara\4.13\bin and running the console as administrator. Once the console is open, type plat installdaemon and hit enter.
The console can also be opened from within Workbench itself and you can use the same command plat installdaemon.
Connect to the platform
Think of the platform as container, and within this container we can house stations, a platform can run multiple stations at a time as long as the stations are assigned unique fox ports.
To connect to the platform select the folder icon and then Open Platform. You can also use the keyboard shortcut Ctrl+Shift+P.
This will open a platform connection dialogue. In the Host field you will want to enter localhost, your computers hostname or IP address. Because we are running this locally on our PC localhost should work fine. The default connection type Platform TLS Connection and port 5011 should also be fine for this guide, unless you have changed it.
If you were connecting to a remote platform, you would enter IP or hostname of the remote PC or Jace device
Select ok and the authentication dialogue will appear. Generally speaking when running a platform locally on your PC, the username and password with be your windows username and password.
Enter your credentials and select ok. If all worked OK then you will be taken to the platform view in workbench, which will look something like this.
Create a station
Now that our platform is up and running and we have a place where we can run our station, lets go ahead and create one!
To do this, navigate to Tools > New Station
This is going to open the New Station Wizard. Follow the prompts to create your station:
For the purpose of this guide select NewControllerStation as the template and give the station a name MyStation.
Next select Set Password and follow the promts to create a new password. Make sure you remember the password as this is how you will authenticate to the station!
Tick the selection copy it to secure platform for "localhost" with Station Copier this is going to automaticall copy our station to the platform we got up and running earlier.
This could be skipped and the station can be coppied to the platform manually using the platforms station copier. However, lets keep things simple and have the
New Station Wizzarddo the work for us!
Select Finish and follow the prompts. On completion you’ll see a dialogue window Transferring station that should indicate that the transfer of the station to the platform is complete.
You can select Close Window. This will automatically navigate you to the platforms Application Director. Here you will see a list of all stations that reside in the platform. If this is your first time then you should only have one station MyStation.
The application director allows you to see the current status of the station as well as the console logs which is useful for diagnosing a problematic station.
If all went well you should see Running in the status column next to your station as well as the fox port it’s running on. Take note of this port as we will use it in the next step to connect to our station.
Connect to the station
Now that our station is up and running in our platform, lets connect to it!
To do this, navigate to the Folder Icon > Open Station
This will open a dialogue similar to the one we saw earlier when connecting to our platform. Leave or select the Type as Station TLS Connection and enter the ip/hostname of your PC locahost should work fine here. Remember our station is runing within our platform which is running on our localhost. For Port enter the station fox port we noted down in the previous step seen in the Application Director. Generally, the default port 4911 will be used when creating a new station unless otherwise changed.
Select OK and enter the username and password we configured when we created the station.
The station credentials are NOT the same as the platform credentials
Accept certificates
When using TLS connection type, you will be prompted to accept the station certificates the first time you connect to the station. Accept these and with success you will now be connected to the station!
![]()
If you have any issue please leave a comment and we will be more than happy to assist you in getting up and running!














