diff --git a/images/advantech_router_app_configure.png b/images/advantech_router_app_configure.png
new file mode 100644
index 0000000..dac6372
Binary files /dev/null and b/images/advantech_router_app_configure.png differ
diff --git a/images/advantech_router_app_install.png b/images/advantech_router_app_install.png
new file mode 100644
index 0000000..9da4c58
Binary files /dev/null and b/images/advantech_router_app_install.png differ
diff --git a/manage/sites/install-site.mdx b/manage/sites/install-site.mdx
index 450086e..91672bc 100644
--- a/manage/sites/install-site.mdx
+++ b/manage/sites/install-site.mdx
@@ -268,3 +268,21 @@ You can view the Windows Event Log using Event Viewer or PowerShell:
```powershell
Get-EventLog -LogName Application -Source "newtWireguardService" -Newest 10
```
+
+### Advantech Router App
+
+Download the correct version of the router app for your device from the [GitHub releases](https://github.com/fosrl/newt/releases/latest). You can find more information about router apps along with the right version information for your hardware on the the [Advantech engineering portal](https://icr.advantech.com/products/software/router-apps).
+
+To install the router app, log into your Advantech router and navigate to the Router Apps section. Upload the downloaded `.tgz` file and follow the prompts to install.
+
+
+
+
+
+After installation, click on the router app link at the top of the page to configure the app with your Newt credentials from Pangolin. Once you have entered the credentials, save and start the app. The router will now be connected to your Pangolin site and you can manage it like any other Newt site in the dashboard.
+
+
+
+
+
+A complete config file is located at `/etc/newt/settings` on the router. You can edit this file directly to change credentials or add additional configuration options. After making changes, restart the router app to apply the new configuration. An example settings file can be found at: https://github.com/fosrl/newt/blob/main/packages/advantech/merge/etc/defaults
\ No newline at end of file