NoldusHub 1.7 - Notes
Last updated: Jul 30, 2026
Notes
To remove the folder exclusions on the server, open the folder C:\Program Files\Noldus\NoldusHub and run RemoveDefenderExclusions.bat as administrator.
To remove the folder exclusions on the participant PC, open the Scripts folder and run Remove-Participant-Defender-Exclusions.bat as administrator.
To check the folder exclusions on a computer, run Get-MpPreference command.
Change Location of Saved Video Files
Aim: To change the location of where the video files are saved once you download them.
Note: Folders that are part of your desired path should be created manually.
Procedure
- Open the folder
C:\Program Files\Noldus\NoldusHubin File Explorer. - Double-click the batch file
StopNoldusHub. - Open
docker-compose-noldus-hub.yml. - Change the path that can be found under the containers videowebservice and filestorageservice that is located at
volumes:,source:to the desired path on the server PC. The paths that have to be changed are highlighted in the following image. Keep in mind, the folders that are part of your desired path have to be created manually. - Save the
docker-compose-noldus-hub.ymlfile. - Double-click the batch file
StartNoldusHub.
Set Up Automatic Export
Aim: To set up automatic export on the Server PC.
Before You Begin
When automatic export is enabled, your session will be automatically exported, once a session is finalized. Exported files will be in the folder that you specify in the commands run below.
Note:
- Export can take some minutes if you have a longer recording.
- The base folder will contain a subfolder named after your session and that folder contains the exported CSV files and video files plus
ready.logfile. - The files will not be zipped.
- Files will be downloaded to the Server PC.
Procedure
Automatic export is by default disabled. There are 2 ways to enable it, permanently or temporarily.
Permanently
Choose this method if you want to always use NoldusHub with automatic export.
- Double-click the batch file
StopNoldusHub. - Start Command Prompt.
- Enter
setx /M AUTOMATEDEXPORT_FOLDER "yourfolder". If you would like to disable automatic export, follow the same steps before and after this step, but enterREG delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /F /V AUTOMATEDEXPORT_FOLDERinstead. - Double-click the batch file
StartNoldusHub. - Export is ready when
ready.logappears in your folder.
Temporarily
Choose this method if you want to try out automatic export or if you don't want to modify your environment.
- Double-click the batch file
StopNoldusHub. - Start Powershell Command Prompt.
- Enter
.\StartNoldusHub.ps1 -automatedexportfolder "yourfolder". - Export is ready when
ready.logappears in your folder.
NTP Synchronization of Multiple Servers
Aim: To set up the NTP synchronization when there are multiple servers used.
Note: This chapter is specific for when multiple servers are used. If you have only one server, you can ignore this chapter.
Procedure
-
Modify Group Policy:
- Open Group Policy Editor.
- Go to:
Local Computer Policy > Computer Configuration > Administrative Templates > System > Windows Time Server > Time Providers. - Double-click Configure Windows NTP Client.
- Select Enabled.
- NTP Server:
IpaddressORNameOfNTPServer,0x08 - Type:
NTP - Double-click Enable Windows NTP Client.
- Select Enabled.
- Restart the Computer: Local Computer Policy changes only take effect after a restart.
-
Check Status:
w32tm /query /source— To check if the group policy is applied.w32tm /stripchart /computer:IpaddressORNameOfNTPServer— To track the offset between the client and the NTP server.w32tm /resync— To force a synchronization if the offset is too high.
Windows Update Policy
Aim: To keep Windows up to date without the updates interfering with the functioning of NoldusHub.
Server
Windows Server OS is designed to run services 24/7, so it will not install updates automatically. Therefore, as a system administrator, you will need to take action yourself and plan the OS updates.
Participant PC
It is recommended to stop the Windows update maintenance and to perform the updates manually. It is possible to set the active hours for the Participant PC so the updates will install after active hours or upon shutdown. However, in this case, the updates will still be downloaded during the active hours. This download can interfere with the N-Linx agent, which can result in difficulties with your measurements or data loss.
To stop automatic updates and get notified when an update is available to download, follow these steps:
- Open Local Group Policy Editor. To do so, type Edit Group Policy in Start or taskbar search box and press Enter.
- Navigate to the following policy:
Computer Configuration > Administrative Templates > Windows Components > Windows Update > Manage End User Experience. - Double-click on the policy labeled Configure Automatic Updates on the right side to open its properties.
- Select Enabled option. Under Configure Automatic Updating, select the second option labeled Notify for Download and Auto Install. Do not change the rest of the settings.
- Click the Apply button.
Reference
IP Addresses
Aim: To find an IP address or to enter a fixed IP address for the server.
To Find an IP Address
- Open the Windows Start menu and type IP address.
- Click on the Change Ethernet Settings tile that appears. Under Ethernet, click the Ethernet connection of your network. Do not use the HyperV Ethernet connection. This is a virtual ethernet connection for the installation files.
- In the window that appears, the IP address of the PC is shown in the IPv4 address field.
Source: NoldusHub 1.7 Installation Documentation, Noldus Information Technology