Web Farms
- Last Updated: July 29, 2025
- 3 minute read
- MOVEit Transfer
- Version 2022
- Documentation
Components
A MOVEit Transfer web farm requires the following components:
- One or more MOVEit Transfer servers to act as application nodes.
- A database server or cluster, accessible from the application nodes (Microsoft SQL Server is recommended as the database platform. See the Release Notes for supported versions).
- A fileserver or cluster, accessible from the application nodes using Microsoft File Sharing.
- A network load balancer to provide a single access point for external connections to access the application nodes.
Application Nodes
Each application node is a server containing a licensed copy of the MOVEit Transfer software. Each node is automatically assigned a node number when it is added to the farm, starting with node 1 when the farm is created. The nodes run independently of each other, having only minimal contact through node status and auditing records in the database that are constantly updated while each node is active. However, each node accesses the same database and filesystem as all the others.
SFTP Server Host Key
SFTP Server Host Keys are configured at the primary node (at installation or after installation using the MOVEit Transfer Config Utility) and the system automatically synchronizes the primary node's server host key with all other web farm nodes.
Database Server
The database server should be a separate server from the application nodes and, in the most secure architectures, on a separate network from the application nodes with access controlled by a firewall. For increased reliability, a database cluster may be used, as long as the cluster is available to the application nodes using a single IP address.
Fileserver
The fileserver should be a separate server from the application nodes and, in the most secure architectures, on a separate firewalled network from the application nodes. For smaller farms, the fileserver and database server may be the same system, though for maximum performance and reliability, they should be separate. Using a fileserver cluster increases reliability of the farm, as long as the cluster is available to the application nodes via a single IP address.
Load Balancer
The load balancer provides a single access point for external connections to access the application nodes. It should be capable of monitoring the health and connectivity of the application nodes, so that when one fails, it is removed from the load balancer's list of servers to forward connections to.
MOVEit Transfer web farms can be used with hardware load balancers from companies like Cisco and F5, or the Windows Network Load Balancing service from Microsoft.