I Need help with Ubuntu archvie not loading

aymanqhvvs

New Member
Aug 20, 2024
1
0
1
1724147973290.png
so i need to make 3 servers active and 1 back up and one that is ha proxy so i put
  1. Three Active Game Servers:
    • Names: srv01, srv02, srv03
    • These servers will run the game server application.
  2. One Passive Backup Server:
    • Name: backup
    • This server will only be used if the active servers are down.
  3. 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):

  1. 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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!