Wingetlywingetly
← All apps

Royal Server

by Royal Apps GmbHv5.02.50419.0

Last updated

Secure Gateway for remote connections and common remote management tasks for Royal TS/X cross-platform clients.

Install with winget

$ winget install --id RoyalApps.RoyalServer --exact --version 5.02.50419.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Royal Server

Royal Server uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i RoyalServerInstaller_5.02.50419.0.msi /quiet /norestart

See the full silent install reference for Royal Server

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v5.02.50419.0

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high8.8Patched in wingetCVE-2020-13872affects before 5.0Jun 9, 2020

    Royal TS before 5 has a 0.0.0.0 listener, which makes it easier for attackers to bypass tunnel authentication via a brute-force approach.

Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Royal TS V7Royal Apps GmbH
    RoyalApps.RoyalTS.7v7.4.50819.0

    Comprehensive Remote Management Solution

  • Royal TS 5Royal Apps GmbH
    RoyalApps.RoyalTS.5v5.04.60415.0

    Comprehensive Remote Management Solution

  • Royal TS 6Royal Apps GmbH
    RoyalApps.RoyalTS.6v6.1.61019.0

    Comprehensive Remote Management Solution

More from Royal Apps GmbH.

Frequently asked questions

How do I install Royal Server on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id RoyalApps.RoyalServer --exact --version 5.02.50419.0. winget downloads the installer from Royal Apps GmbH and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Royal Server silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id RoyalApps.RoyalServer --exact 5.02.50419.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Royal Server?
Royal Server uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i RoyalServerInstaller_5.02.50419.0.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Royal Server via winget?
Run: winget uninstall --id RoyalApps.RoyalServer --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Royal Server's Apps & Features entry.
Is Royal Server free?
Royal Server is distributed under Proprietary. Refer to the publisher (https://www.royalapps.com/server/main/features) for the full license terms - Wingetly itself does not charge for installation.
Does Royal Server work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Royal Server directly from the publisher.
How do I keep Royal Server up to date?
Run winget upgrade --id RoyalApps.RoyalServer --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Royal Server from microsoft/winget-pkgs.