Page 1 of 1

How to Update the SimsationAI (Server) Configuration

Posted: Tue Jul 08, 2025 2:30 pm
by SimsationAI
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:

1️⃣ Open Notepad (or better: Notepad++, VS Code, or any text editor) as Administrator.
2️⃣ Open the file: ProgramData\SimsationAI\config.yml
3️⃣ 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.

4️⃣ Save the file.



🔄 Reload the app

Changes to the configuration only take effect when the server application is restarted.
After saving the file:
1️⃣ Close SimsationAI (Server) if it is running.
2️⃣ 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.