No load balancing/failover/complete fault tolerant setup built into the DirectAdmin?

wdc

Verified User
Joined
Dec 8, 2013
Messages
72
If I want to host a website on two different servers in order to ensure it continue loading in case of a failure of one of the servers, DirectAdmin does not allow me to do this (i mean built in GUI feature/s or a detailed tutorial that one would follow to achieve that)?
 
By default it is not - but if it is just 1 website it is relatively simple

1. from php my admin or from shell create MySQL Master <> Master replication
2. create Unison sync https://github.com/bcpierce00/unison

Then to change ot down I know 3 options
- Use payed cloudflare load balancer with heartbeat option

- Use Uptimerobot hook + that script + cloidflare for DNS - where script changes ip troug api
https://lowendtalk.com/discussion/3...-achieve-ha-downtime-no-longer-than-6-minutes
- Use Uptimerobot with ns1 dns to change dns there

I'm sure more scripts exist but trough the years saw those 2
 
  • Like
Reactions: wdc
Back
Top