Overview
- This article explains how Mesh Network administrators can upgrade installed agents.
Notes
- Mesh Network administrator privileges are required to view the actual screens and modify settings.
- When logging in for the first time, only the initial administrator can log in to Mesh Network.
- The content of this article is based on product specifications as of August 2026 and may be changed without prior notice.
Procedure
- Connect to the Windows server on which you want to perform the upgrade, and start PowerShell as an administrator.
-
If necessary, use the following commands to retrieve the current version information.
Command
runetale versionCommand
runetaled version -
Run the following command.
A new version of the agent will be installed, and the authentication information will be automatically carried over.Command
Invoke-WebRequest -Uri "https://pkgs.runetale.com/hennge/windows/install.ps1" -OutFile "install.ps1"; .\install.ps1 -
Finally, retrieve the version information and confirm that the new version has been installed.
Command
runetale versionCommand
runetaled version
Translation Disclaimer
This article has been automatically translated from the original Japanese version for your convenience.
While we strive to ensure accuracy, we cannot guarantee its reliability or completeness.
In the event of any discrepancies or questions regarding the content, the official Japanese version shall prevail.