Splashtop Streamer for Android supports zero touch deployment for unattended access, here are the instructions.
Pre-requisites
- Splashtop Streamer for On-Prem: v3.5.5 or up
- An MDM system compatible with Android for Work
Step 1: Create deployment package in Splashtop management portal
Log in Gateway's web portal with team admin, and go to Management > Deployment, click Create Deployment Package button to create a valid deployment package, it will generate a deploy code for every package, which is necessary for following steps. Refer to this page to learn more about different deployment package parameters.
Step 2: Push installation of Streamer and addons
In MDM system with Android EMM registration, approve and add Splashtop Streamer for On-Prem, and necessary addon, and push installation to target devices.
Step 3: Push necessary managed configuration parameters to target devices
Splashtop Streamer
Configure the following app configuration parameter and leave other field blank.
Key |
Name |
Type |
Value |
MDM_DEPLOY_GATEWAY_ADDRESS |
API Server Address |
String |
Fill in Gateway's address, for example, if the Gateway is deployed at 192.168.1.1, then input "https://192.168.1.1" (without quotes), you can specify port if other than 443 port is configured, for example, "https://192.168.1.1:444" (without quotes) |
MDM_DEPLOY_CODE |
Deploy Code |
String |
Input the deploy code generated in step 1 |
MDM_DEPLOY_PRODUCT
|
Product Code |
String |
input "SPT01" without quotes |
MDM_DEPLOY_GATEWAY_CERT_IGNORE |
Ignore SSL Cert |
Bool |
If Gateway has no valid SSL cert being imported, set this field to TRUE to automatically ignore SSL cert warning during deployment. |
Add-ons
Most addons can work without extra configurations, as long as they are installed onto the devices, but particular for Samsung device or Zebra device, you need to do extra configurations to enable them.
- Instructions to enable remote control of Samsung device
- Instructions to enable remote control of Zebra device
Step 4: Launch Streamer remotely
If your MDM support running Intent, you can launch the Streamer remotely through MDM, for example, the following is the steps to launch Streamer in Workspace ONE UEM through Files/Actions.
1) Create Install Manifest in Devices > Provisioning > Components > Files/Actions, with the following intent format
mode=explicit,broadcast=false,action=android.intent.action.MAIN,package=com.splashtop.streamer.csrs.enterprise,class=com.splashtop.streamer.oobe.FirstActivity
2) Create Product in Devices > Provisioning > Product list view, to include the created Files/Actions
3) Process the product to the target devices to launch the Streamer