Question
Is it possible to manually start or deactivate the Runetale agent on Windows Server / Linux Server, just like on a Windows PC client?
Answer
You can manually start and deactivate it by executing commands.
Manual Startup Procedure
Windows Server
- Connect to the Windows server and launch PowerShell as an administrator.
-
Run the following command to start Runetale.
runetale up
Linux Server
- Connect to the Linux server and launch the shell.
-
Run the following command to start Runetale.
runetale up
Manual Deactivation Procedure
Windows Server
- Connect to the Windows server and launch PowerShell as an administrator.
-
Run the following command to deactivate Runetale.
runetale down
Linux Server
- Connect to the Linux server and launch the shell.
-
Run the following command to deactivate Runetale.
runetale down