System port configuration
- Last UpdatedSep 25, 2025
- 1 minute read
The appsettings.json file specifies the port on which Edge Data Store () listens for calls. uses the same port for configuration and for writing data to Open Message Format () and Sequential Data Store (). The default port is 5590. Valid ports are in the range of 1024-65535. During installation, a prompt allows you to specify a non-default port.
Reconfigure system port
Before changing the port, ensure that no other service or application on the device running uses that port because only one application or service can use a port. After reconfiguring the port, you must restart for the changes to take effect.
To reconfigure the port:
-
Open the appsettings.json file in a text editor.
This file is located in C:\Program Files\OSIsoft\EdgeDataStore\ on , in /opt/OSIsoft/EdgeDataStore/ on , or in the location specified during installation.
Definition:
Definition:
-
Change the port value to a valid value between 1024 and 65535 and save the file.
-
Restart the service.
Sample JSON file
{
"ApplicationSettings": {
"Port": 5590,
"ApplicationDataDirectory": "EdgeDataStore"
}
}