Product Version: 6.5.0.0
Overview
This article provides step-by-step instructions to deploy Saner agents to remote devices on the same network using the Offline Deployer. The process allows deployment without requiring direct internet access on target devices.
Pre-requisites
Download and install Python (version 2.7 to 3.9) on the device from which you will deploy the agents.
Download the Offline Deployer package from the Saner Visor platform. Refer to the included Readme file for details.

Download PsExec from Microsoft: PsExec - Sysinternals | Microsoft Learn.
Deployment Steps (Recommended Best Practices)
Create a Deployment Folder
Create a folder on the C: drive, e.g., C:\Saner
Copy the downloaded Offline Deployer files into this folder.
Prepare PsExec
Extract the PsExec tool and copy it into the same folder (C:\Saner).
Note: PsExec may also be automatically downloaded during deployment.
Open Command Prompt
Launch Command Prompt as Administrator.
Navigate to the deployment folder:
cd C:\Saner
Run the Deployment Command
Use the following command to deploy agents to remote devices:python run.py --deploy_saner --host=192.168.2.1-100 --user=test_user --pass="test_pass" --ms_eula=yes --run_env=WindowsNote: Replacetest_userandtest_passwith the actual username and password of the target devices.
Troubleshooting Steps
If deployment fails or issues arise, consider the following:
Ensure that C:\Windows is shared on the target devices or sharing is enabled.
Disable UAC remote restrictions on the target devices. For registry configuration details, refer to: User Account Control and remote restrictions - Windows Server | Microsoft Learn
References
Screenshot of successful agent deployment

Screenshot of unsuccessful agent deployment

These screenshots help in identifying common issues during deployment and troubleshooting.
Conclusion
Following this KBA will enable administrators to deploy Saner agents offline across multiple devices in the same network efficiently. Ensure all pre-requisites are met and the troubleshooting steps are followed to handle deployment failures.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article