mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-07-18 20:09:54 +00:00
Add advantech router app install
This commit is contained in:
BIN
images/advantech_router_app_configure.png
Normal file
BIN
images/advantech_router_app_configure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 465 KiB |
BIN
images/advantech_router_app_install.png
Normal file
BIN
images/advantech_router_app_install.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 359 KiB |
@@ -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.
|
||||
|
||||
<Frame caption="Screenshot of installing the router app on an Advantech router UI">
|
||||
<img src="images/advantech_router_app_install.png" alt="Pangolin Dashboard"/>
|
||||
</Frame>
|
||||
|
||||
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.
|
||||
|
||||
<Frame caption="Screenshot of configuring the router app on an Advantech router UI">
|
||||
<img src="images/advantech_router_app_configure.png" alt="Pangolin Dashboard"/>
|
||||
</Frame>
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user