# IntelliSwaut Installation The below diagram illustrates the architecture of intelliswaut. ![](https://i.imgur.com/MLLnanP.png) The *intelliSWAUT* Agent installer is a `.zip` file. Listed are the steps to install intelliSwaut agent on windows machine. 1. Download the `.zip` file and copy it to the windows machine. 2. Extract the `.zip` file to `C:\Program Files (x86)\` 3. Once extracted, navigate to the folder “`C:\Program Files (x86)\IntelliSWAUT Agent`” and edit the “`properties.conf`”. 4. Change the value for the below property with the IP address where IntelliSWAUT server is running. Keep rest of the properties unchanged. `AppServerIPHost=xxx.xx.xx.xx` 4. Navigate to “`C:\Program Files (x86)\IntelliSWAUT Agent\shortcuts`” and copy “`IntelliSWAUT Agent`” folder and paste it under “`C:\Users\{username}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs”`. This will add shortcuts to the Windows 10 start menu. Once the shortcut is created, it can be used to start and stop the IntelliSWAUT server. ![](https://i.imgur.com/c72B3ql.png) 5. The Agent does not have a UI. To check if Agent is running. Go to “`C:\Program Files (x86)\IntelliSWAUT Agent\agent`” folder and check for the following files: • agent.pid • agent.vnc.pid • agent.vncproxy.pid If these files are present, the agent is running. These files will be deleted if agent is not running / stopped. 6. The following ports are used by IntelliSWAUT Agent to communicate with IntelliSWAUT Server. These properties are defined in “`properties.conf`” under “`C:\Program Files (x86)\IntelliSWAUT Agent`” folder * AgentPort=`5009` * AgentVNCPort=`3006` * AppServerPort=`3000`