--- title: "Securing Veeam Recovery Orchestrator" description: "This section describes best practices that help you harden specific Orchestrator components. For more information on hardening the whole managed infrastructure, see General Security Considerations." canonical: "https://helpcenter.veeam.com/docs/vro/userguide/securing_infrastructure.html" breadcrumb: "User Guide > Security Guidelines > Securing Veeam Recovery Orchestrator" dateModified: "2026-08-26" --- # Securing Veeam Recovery Orchestrator This section describes best practices that help you harden specific Orchestrator components. For more information on hardening the whole managed infrastructure, see [General Security Considerations](general_security_considerations.md). ## Environment For large-scale environments, it is recommended that you add the Veeam Recovery Orchestrator server and other components to a management domain in a dedicated Active Directory forest. For medium-sized and small environments, Orchestrator components can be added to a dedicated workgroup. In both cases, all components must be connected to a dedicated network (where applicable). ## Veeam Recovery Orchestrator Server To secure the Veeam Recovery Orchestrator server, consider the following: - **Restrict outbound connections** To allow Orchestrator to check for product updates, automatically renew the license and perform license usage reporting, the Veeam Recovery Orchestrator server must be connected to the internet. However, you must allow outbound HTTPS connections only to the Veeam License Update Server (`vao.butler.veeam.com`) and update sources provided by Microsoft (either WSUS servers or Update sites). - Restrict inbound connections Do not allow inbound connections to the Veeam Recovery Orchestrator server from the internet. - **Reduce the number of opened user sessions** [Set the idle timeout](configuring_report_options.md) to automatically sign out users if their session is opened for a long time. - **Use the recommended ACL for the custom installation folder** If you specify a custom installation folder for Veeam Recovery Orchestrator, use the recommended Access Control List configuration to prevent privilege escalation and arbitrary code execution (ACE) attacks. Remove all inherited permissions from this folder — and then add the following permission entries:
|
Principal |
Access |
Applies to |
|---|---|---|
|
Administrators |
Full control |
This folder, subfolders and files |
|
SYSTEM |
Full control |
This folder, subfolders and files |
|
CREATOR OWNER |
Full control |
Subfolders and files only |
|
Users |
Read & execute |
This folder, subfolders and files |