0

We normally host our dedicated servers in an unmanaged data centre, i.e we just purchase the server and we can manage it ourselves via remote desktop connection. We cannot install / configure any hardware in the data centre.

Recently, we are looking into setting up redundancy for a hosted website, both for redundancy and also for load-balancing reasons. Is this possible to be done, if we only have access to the two servers via RDP? If it is, any guidelines on where to start? Both servers have different IPs obviously. Imagine I have one domain - www.test-redundancy.com. The domain can only point to one IP as far as I know, or round-robin but that wouldn't solve the issue if one server fails. Ideally, I would like it such that requests are spread onto both servers, and if one server fails, all requests are sent to the remaining server.

Is this possible? I am new to this area, so any help would be greatly appreciated.

Karl Cassar
  • 191
  • 2
  • 8

1 Answers1

1

You can use Load Balancer like Nginx , Haproxy in front of your Windows Servers . Also Windows Server can be load balanced using inbuild NLB service (Network Load Balancer).