Transfer relay
- A PC or laptop running the relay, in a zone with internet access
- Syncs approvals and downloads update files like any top-tier relay
- Writes a signed transfer bundle to a USB drive
One organization for your company, with every plant and site under it. A cloud console for planning and reporting, a relay at each site for content and coordination, and a lightweight agent on every machine.
A transfer relay in your connected zone prepares signed bundles. The main relay in the sealed zone checks every file before anything installs.
The numbers match the diagrams above. Only relays talk to the outside, and only outbound.
# | From | To | Port | Purpose |
|---|---|---|---|---|
| 1 | Top-tier relay or transfer relay | relay.updatesentinel.com | HTTPS 443, outbound | Sync with the Update Sentinel cloud: enrollment, approvals, rollout plans and results. Nothing connects inbound. |
| 2 | Top-tier relay or transfer relay | catalog.s.download.windowsupdate.com | HTTPS 443, outbound | Microsoft update files and the wsusscn2.cab scan catalog. The relay refuses downloads from any other host. |
| 3 | Child relay | Its parent relay | HTTPS 7443 | Relay chains that reach networks behind other networks. |
| 4 | Agents | Their site relay | HTTPS 7443 | Updates in, results out. The relay’s inbound rule is limited to the local subnet. Agents never need internet access. |
| 5 | Your administrators’ browsers | app.updatesentinel.com, api.updatesentinel.com | HTTPS 443 | The control panel. Relays never use these hosts. |
| 6 | Your administrators’ browsers | stusentovek5z.blob.core.windows.net | HTTPS 443 | Installer downloads from the Downloads page. |
| 7 | Top-tier relay or transfer relay | The download host of each catalog app | HTTPS 443, outbound | Approved third-party apps. Each app in the catalog lists its host. |
Sealed sites need no rules to the outside: the main relay only listens on TCP 7443 for its own agents.
wsusscn2.cabExample: a site with 200 machines
| Each machine direct | 200 downloads |
|---|---|
| Update Sentinel relay | 1 download |
Component | Requirement |
|---|---|
| Windows agent | 64-bit Windows, win-x64. Requires the .NET 10 runtime. MSI installer, silent install supported. |
| Linux agent | amd64 with systemd. Debian family (Debian, Ubuntu, Mint and others) via apt, RHEL family (RHEL, Rocky, Alma, Oracle Linux, Fedora, Amazon Linux) via dnf/yum, SUSE family (SLES, openSUSE) via zypper. .deb and .rpm packages. |
| Relay | Windows Service or Linux systemd unit. Requires the ASP.NET Core 10 runtime. Disk sized to your storage budget. |
| Relay network | Outbound HTTPS to its upstream (the cloud or a parent relay). One inbound rule on TCP 7443 for agents, local subnet only. |
| Agent network | Reaches its site relay on TCP 7443. No internet access needed. |
| Browser | Any current version of Edge, Chrome, Firefox or Safari for the web console. |
# Windows endpoint agent (silent) msiexec /i UpdateSentinelEndpointAgent.msi /qn ` RELAYADDRESS=https://relay.site-a.example.com:7443/ ` PACKAGESIGNINGKEY="<key from the Downloads page>"
Each ring has a minimum success percentage. The next ring starts only when the gate is met.
Plans carry a schedule window. Policy holds weekly or one-shot maintenance windows per time zone.
Pause, resume and replay plans from an execution journal. Targeting fails closed.
Set up a relay, add a few machines, and watch your first rollout finish on schedule.