Best Practices — Multiple Locations
One Location — One Server
Every openthinclient installation starts with a single server instance. Depending on the size of the company, however, this installation can grow to include hundreds or more thin clients, raising the question of whether a single server is sufficient to serve all clients.
With a single server, administrators manage settings and configurations in one location, and back up only one machine.
When an update is required, update one instance, and all thin clients are thus updated.
However, if the single server fails, the entire operation stops.
|
Advantages and considerations of a single server |
|
|---|---|
|
✅ A single management interface for all thin clients |
⛔ Single point of failure |
One Location — Multiple Servers
As described in the article Multiple PXE Servers, multiple boot servers can be located on the same network. This naturally increases reliability.
During updates, update and test one installation first, then update the others.
However, administrative overhead increases because some tasks require repetition across servers,
which can reduce clarity.
|
Advantages and disadvantages of multiple servers |
|
|---|---|
|
✅ Higher reliability |
⛔ Retain full redundancy, eliminating single points of failure |
Multiple locations — one server
Some companies have a large main location and several branch offices, e.g., sales offices, warehouses, and retail locations.
Provided the locations are connected to headquarters via a VPN, a thin client at a branch office can, in principle, be booted via PXE over the network just as easily as at the main location.
|
Advantages and disadvantages of a single server |
|
|---|---|
|
✅ Use only one management interface for all |
⛔ Single point of failure |
Multiple Locations — Multiple Servers
With multiple locations, operate a separate openthinclient installation at each branch.
In this setup, both the main branch and all remote locations operate independently. With the appropriate network configuration, the administrator can enable management for each individual instance.
|
Advantages and disadvantages of multiple servers |
|
|---|---|
|
✅ Higher reliability |
⛔ Simplify |
Alternative for multiple locations
As an alternative for a company structure with multiple locations, consider using localboot.
In this case, the thin client loads the openthinclient OS and the applications from a local storage medium, which can be, for example, a built-in flash card, hard drive, or a USB stick.