How to Update the SimsationAI (Server) Configuration
Posted: Tue Jul 08, 2025 2:30 pm
If you need to change the ProSim IP, Webserver IP, or the ports after installation, you can edit the configuration file manually.
Here’s how:
⸻
Where is the config file?
The configuration file is located in the installation folder: ProgramData\SimsationAI\config.yml
⸻
How to edit
On Windows:
Open Notepad (or better: Notepad++, VS Code, or any text editor) as Administrator.
Open the file: ProgramData\SimsationAI\config.yml
Edit the values you need:
• ProSimIP → IP of the machine running ProSim.
• ServerIP → IP of the machine running the webserver.
• WebsocketPort → Port used for WebSocket communication.
• WebserverPort → Port the webserver listens on.
Save the file.
⸻
Reload the app
Changes to the configuration only take effect when the server application is restarted.
After saving the file:
Close SimsationAI (Server) if it is running.
Launch it again from the Start Menu or Desktop.
⸻
Notes:
Make sure to keep the spacing/format exactly as shown (YAML is indentation-sensitive).
Use plain text — don’t save it as .txt.
Do not add quotes (") around the IPs or ports.
Here’s how:
⸻
The configuration file is located in the installation folder: ProgramData\SimsationAI\config.yml
⸻
On Windows:
• ProSimIP → IP of the machine running ProSim.
• ServerIP → IP of the machine running the webserver.
• WebsocketPort → Port used for WebSocket communication.
• WebserverPort → Port the webserver listens on.
⸻
Changes to the configuration only take effect when the server application is restarted.
After saving the file:
⸻