so i need to make 3 servers active and 1 back up and one that is ha proxy so i put
- Three Active Game Servers:
- Names: srv01, srv02, srv03
- These servers will run the game server application.
- One Passive Backup Server:
- Name: backup
- This server will only be used if the active servers are down.
- HAProxy Server:
- Name: haproxy
- This server will act as a load balancer, distributing traffic to the active servers.
2. Install and Configure Necessary Software
For Each Game Server (srv01, srv02, srv03, backup):
- Install Node.js and Git:
bash
Copy code
sudo apt update && sudo apt upgrade -y
sudo apt install git nodejs npm -y
but sudo doesn't work even with no sudo i get update made and upgrade and ubuntu upgrade it says 0 update made