- 15 Aug 2025
- 1 Minute à lire
- Impression
- SombreLumière
- PDF
Client Deployment
- Mis à jour le 15 Aug 2025
- 1 Minute à lire
- Impression
- SombreLumière
- PDF
Client Deployment (Windows, macOS, Linux)
Introduction
This article covers deployment of the ScreenMeet Remote Support desktop client for Windows, macOS, and Linux. It includes installation methods, configuration options, and example commands.
Downloads
Operating System | File Type | Download Link |
---|---|---|
Windows | MSI | |
macOS | PKG | |
Linux (Debian-based) | DEB |
Upgrade Requirement
If upgrading from a version earlier than 2.61.6, uninstall the old client before installing the new version.
Windows MSI Deployment
The MSI supports silent installs and Beam service deployment. Common properties include:
Property | Values | Description | Default |
---|---|---|---|
APPLICATIONFOLDER | Path | Install directory | %ProgramFiles(x86)%\ScreenMeet |
PROGRAMMENUSHORTCUT | 1 / empty | Start Menu shortcut | 1 |
DESKTOPSHORTCUT | 1 / empty | Desktop shortcut | 1 |
AUTOCHECKUPDATES | true / false | Check for updates | true |
AUTOUPGRADE | true / false | Auto-install updates (requires AUTOCHECKUPDATES=true) | true |
ADDLOCAL | SupportFeature[,BeamFeature] | Features to install | SupportFeature,BeamFeature |
ORGRESTRICT | True / False | Restrict to specific org IDs | false |
ORGRESTRICTLIST | Comma-separated IDs | Allowed org IDs | None |
Beam Service Properties
Property | Values | Description | Default |
---|---|---|---|
BEAMGROUPKEY | String | Beam group key | Empty |
BEAMAUTHTYPE | noauth / native / password | Authentication type | noauth |
BEAMPASSWORD | String | Password for password auth | Empty |
BEAMHIDEUI | 1 / 0 | Hide UI | 0 |
BEAMENABLELOG | 1 / 0 | Enable logging | 0 |
BEAMUPLOADLOG | 1 / 0 | Upload logs to ScreenMeet | 0 |
BEAMFILTERLABEL | String | Label for Beam filters | Empty |
BEAMFILTERTAGS | CSV | Tags for Beam filtering | Empty |
BEAMNOTIFICATIONTYPES | CSV | Notification types (error, info, warning) | Empty |
Windows Examples
Support feature only:
msiexec /i ScreenMeet.msi /quiet APPLICATIONFOLDER="C:\Program Files (x86)\ScreenMeetApp" ADDLOCAL="SupportFeature" DESKTOPSHORTCUT="1"
Install with Beam and logging:
msiexec /i ScreenMeet.msi /quiet APPLICATIONFOLDER="C:\Program Files\ScreenMeet" BEAMGROUPKEY="abc123" BEAMAUTHTYPE="password" BEAMPASSWORD="securePass" BEAMENABLELOG="1" BEAMUPLOADLOG="1"
macOS PKG Configuration
Post-install configuration is performed via launch arguments:
Argument | Value | Description |
---|---|---|
code | Session PIN | Auto-connect on startup |
confirmconsent | true / false | Skip consent if false |
fileLogsLevel | 1–4 | Log level (1=Critical, 4=Debug) |
proxy_url | URL | Proxy server |
proxy_username | String | Proxy username |
proxy_password | String | Proxy password |
Example:
open -n -a "/Applications/ScreenMeetSupport.app" --args code="977113" confirmconsent="false"
Linux (Debian-based)
Install the DEB package using dpkg
or your standard package management tool. Configure proxies and certificates per your organization's requirements.
Verification
Join a test session via console.screenmeet.com
For Beam installs, verify service status and configuration
Confirm update and org restriction settings
Beam and TLS Inspection
Beam will not connect if TLS inspection is active. See TLS/SSL Inspection article for configuration exceptions.