Million Miner Logo
Hardware Reviews · 19 min read · Jul 20, 2026 · Updated Aug 11, 2026

What Is an AI Server? HGX, DGX, and How They Work in 2026

Mike Okonkwo

Hardware Review Editor

What Is an AI Server? HGX, DGX, and How They Work in 2026
Someone tells you they just bought an AI server, and the mental image is usually wrong. People picture a slightly beefier desktop, maybe two graphics cards instead of one. The reality is a different category of machine: eight data-center GPUs, each worth more than a car, bolted to a switch fabric that lets them think as a single brain, wrapped in enough power and cooling to run a small office. Understanding what that actually means, and why the words HGX and DGX keep coming up, is the difference between buying the right hardware and overpaying for the wrong one.

This guide explains what an AI server is, what makes it different from an ordinary server, and what HGX, DGX, and OEM systems really mean when you go to buy one. If you already know the concept and just want the ranked picks, our guide to the best AI servers covers that. This is the explainer that sits underneath it.

What is an AI server, in one sentence?

An AI server is a system built around multiple GPUs, usually eight, connected by a high-speed interconnect so they work together as one machine. Around the GPUs sit server-grade CPUs, one to four terabytes of memory, fast storage, and high-speed networking, all engineered to keep those GPUs fed with data. The GPUs do the heavy math of training and running AI models; everything else exists to stop them from sitting idle. That is the whole idea in a sentence, and the rest of this guide unpacks why each piece matters.

How is an AI server different from a normal server?

A regular server is built around its CPU. It handles many small, independent jobs at once, serving web pages, running databases, processing requests, and it is measured by how many of those it can juggle. An AI server inverts that completely. The CPUs are almost a support act. The real work happens on the GPUs, and instead of many small jobs, the machine points all of its power at one enormous job: training or running a neural network.
Eight GPUs joined by a switch fabric, plus the CPUs, memory, storage, and networking that keep them fed.
That shift changes everything about the build. A normal server might have no GPU at all; an AI server has eight of the most expensive ones made. A normal server needs modest power and air cooling; an AI server can draw ten to fourteen kilowatts and needs serious cooling to match. Most importantly, an AI server needs a way for its eight GPUs to talk to each other at enormous speed, which is the single feature that separates a real AI server from a desktop with some cards added. Wiring more than one card correctly is its own discipline, which our guide to setting up a multi-GPU AI server walks through.

What is inside an AI server?

Strip the marketing away and every AI server is built from the same short list of parts. Knowing what each one does tells you why they cost what they cost and where the bottlenecks hide.
  • The GPUs. Eight data-center accelerators, H100, H200, B200, or their AMD equivalents. This is where the AI math happens and where most of the price lives.
  • The interconnect. NVLink and NVSwitch, a fabric that links all eight GPUs at 900 gigabytes per second and up, so they scale as one machine instead of eight islands.
  • The CPUs and memory. Two server CPUs and one to four terabytes of RAM, whose job is to feed data to the GPUs fast enough that they never wait.
  • Storage and networking. Fast NVMe drives so datasets load without starving the GPUs, and 400 gigabit InfiniBand to link servers into larger clusters.
The order of importance surprises people. The interconnect matters as much as the GPUs, because eight fast cards that cannot talk to each other quickly behave like eight slow ones. That is why fast storage and memory bandwidth are not afterthoughts on an AI server; they are the difference between GPUs running flat out and GPUs waiting on data.

Why does the interconnect matter so much?

This is the concept that trips up most newcomers, so it is worth slowing down on. When GPUs train a model together, they cannot each go off and work alone. On every single step, they have to stop and share their results with each other before moving on. If that sharing is slow, the whole machine moves at the speed of the slowest conversation, and adding a ninth or tenth GPU stops helping.

NVLink and NVSwitch solve this by connecting the GPUs at speeds an order of magnitude past the PCIe slots a desktop uses. It is the reason an eight-GPU server is worth far more than eight separate GPUs in eight separate machines: the fabric lets them act as one. When you compare the current data-center GPUs, the interconnect generation is as much a part of the story as the chips themselves, and it is what makes an AI server a server rather than a workstation.

What do HGX, DGX, and OEM actually mean?

Here is where the jargon lives, and it is simpler than it sounds. HGX, DGX, and OEM are not three different machines. There are three ways to buy the same thing. The eight-GPU baseboard at the heart of an AI server reaches you in three packages, and the only real difference is who builds and supports the final system.
HGX, DGX, and OEM are three ways to buy the same 8-GPU baseboard. The difference is who integrates and supports it.
The distinction is worth learning because it is the first fork in every AI server purchase, and the labels appear on every product page. Read the infographic above as the short version; here is what each one means in practice.

HGX: the GPU baseboard

HGX is NVIDIA’s eight-GPU baseboard, the board with the GPUs and the NVSwitch fabric already integrated. NVIDIA sells it to server makers like Gigabyte, Supermicro, and ASUS, who build it into their own chassis. Buying HGX means choosing among many vendors and usually paying the least, at the cost of doing a little more integration yourself. It is the flexible, price-driven path.

DGX: NVIDIA’s turnkey system

DGX is NVIDIA’s own complete system, built, tested, and supported by NVIDIA itself. The same HGX board sits inside, but the whole machine is a finished product you plug in and run. DGX costs the most and gives you the least to worry about: one vendor, one support line, a known-good configuration. It is the zero-hassle path for teams that would rather buy a result than build one.

OEM: the enterprise-integrated middle path

The enterprise OEMs, Dell, Lenovo, and HPE, take the HGX board and build it into their own server lines with their own warranty and support. A Dell or Lenovo AI server sits between HGX and DGX: more integrated and supported than a barebone HGX box, more flexible and often cheaper than a DGX. For a company whose IT team already runs Dell or Lenovo hardware, this is frequently the natural choice. The punchline is the one on the infographic: the GPUs underneath are identical across all three. What you are really choosing is how much integration and support to pay for, not how much performance you get.

Ready to Start Mining?

Free worldwide DDP shipping. Professional hosting from $0.055/kWh.

What is an AI server used for?

AI servers do three broad kinds of work, and the kind you need shapes the machine you should buy.
  • Training. Building a model from scratch or fine-tuning an existing one. The most demanding job, and what most eight-GPU servers, and the best GPUs for AI training, are bought for.
  • Inference. Running a finished model to answer queries. Lighter per request but constant, and often the bigger long-term cost.
  • Fine-tuning. Adapting a base model to your own data. It sits between the two, needing real GPU power but not a frontier cluster.
The reason this matters is that a server sized for one is often wrong for another. A frontier training node is overkill for simple inference, and an inference-tuned box will crawl on a large training run. Matching the machine to the workload is the whole game, which is exactly what our ranking of the best AI servers by workload is built to help with, and what the GPU and server benchmarks tool lets you compare directly.

How do you choose the right AI server?

Once you understand the parts, choosing one follows a short, repeatable path, much like choosing an individual GPU. You do not need to be an expert, you just need to answer these in order, because each answer narrows the field.
  1. Name the workload. Training, inference, or fine-tuning. This alone rules out most of the options and sets how much machine you need.
  2. Size the memory. Total GPU memory across the node decides whether your model fits without splitting it up, which often matters more than raw speed.
  3. Pick the GPU generation. Older A100 nodes for value, H100 and H200 for standard training, Blackwell for the frontier.
  4. Choose HGX, DGX, or OEM. Decide how much integration and support you want to pay for, using the three-way split above.
  5. Decide buy versus host. Own it and run it on your own power, or place it where power is cheap. Utilization drives this call.
That last step is the one team's underweight. Because an AI server draws so much power, where it runs affects the economics as much as which server you buy, which is why the buy-versus-host question deserves its own look, covered next.

Should you buy an AI server or rent GPU capacity?

Owning an AI server makes sense when it runs most of the time. For steady inference or continuous fine-tuning, a bought server beats cloud rental clearly, because hourly cloud rates stack up fast against a one-time purchase. Renting wins for spiky, short, or experimental work, where a six-figure node you use twice a month makes no sense. The deciding number is utilization, not the sticker price.

There is a third path teams often miss: own the server and run it somewhere with cheap, professionally cooled power instead of your office. That captures the economics of ownership without the heat, noise, and power draw of a training rig next to your desk, and for a server that runs continuously it is frequently the cheapest real option. That is the model behind AI GPU hosting, and it is worth modeling against pure cloud before you commit either way.

How MillionMiner fits

MillionMiner supplies AI servers in all three forms, HGX systems from the major OEMs, DGX systems, and enterprise Dell and Lenovo nodes, configured to order with the GPUs, storage, and networking your workload needs. The same regulated US facilities that run its Bitcoin operations can also host those servers on low-cost power. If you are still comparing hardware, the range of enterprise AI GPUs and the full AI hardware lineup are the place to start, and the team can spec a full build, usually within a day.

The bottom line

An AI server is eight data-center GPUs wired by a switch fabric to work as one machine, wrapped in the CPUs, memory, storage, and networking that keep them fed. The interconnect is what makes it a server rather than a workstation, and HGX, DGX, and OEM are just three ways to buy that same baseboard, trading price against integration and support. Name your workload, size the memory, pick the generation, choose your packaging, and decide whether to buy or host. Get those five right and the machine almost picks itself. If you want a hand, the team can configure one around your workload.

Frequently asked questions

What is an AI server in simple terms?

An AI server is a computer built around multiple GPUs, usually eight, joined by a high-speed interconnect so they work as one machine. Around them sit server CPUs, one to four terabytes of RAM, fast storage, and high-speed networking whose job is to keep the GPUs fed. The GPUs do the AI math; everything else exists to stop them sitting idle.

What is the difference between HGX and DGX?

HGX is NVIDIA’s eight-GPU baseboard, which server makers like Gigabyte and Supermicro build into their own chassis, giving you choice and usually a lower price. DGX is NVIDIA’s own complete, tested, supported system, the turnkey option that costs more but works out of the box. The GPUs inside are the same; the difference is integration and support.

What is the difference between an AI server and a normal server?

A normal server is built around its CPU and handles many small independent jobs, like serving web pages. An AI server is built around eight GPUs aimed at one enormous job, training or running an AI model. It draws far more power, needs serious cooling, and depends on a high-speed GPU interconnect that ordinary servers do not have.

How many GPUs are in an AI server?

The standard configuration is eight GPUs per node, joined by an NVSwitch fabric so they scale as a single machine. Smaller PCIe servers may hold four to eight cards, and rack-scale systems like the GB200 NVL72 link 72 GPUs across a whole rack. Eight is the number most HGX and DGX training nodes are built around.

What are AI servers used for?

Three broad jobs. Training builds or fine-tunes a model, the most demanding task and the reason most eight-GPU servers are bought. Inference runs a finished model to answer queries, lighter per request but constant. Fine-tuning adapts a base model to your own data. The kind of work you do decides the server you should buy.

Why do AI servers need a special interconnect?

Because when GPUs train together, they must synchronize on every step, sharing results before moving on. If that link is slow, the whole machine slows to match, and adding more GPUs stops helping. NVLink and NVSwitch connect the GPUs an order of magnitude faster than the PCIe slots a desktop uses, which is what lets eight cards act as one.

How much power does an AI server use?

A lot. An eight-GPU H100 or H200 node draws roughly ten kilowatts, a Blackwell B200 node around fourteen, and a rack-scale system far more. That is why AI servers need serious cooling and are data-center hardware rather than office equipment, and why where you run one affects the economics as much as which one you buy.

Do I need an AI server or just a GPU?

It depends on scale. For single-card inference or a first fine-tune, a workstation with one or two GPUs is enough. Once you need several GPUs training together, the NVLink and NVSwitch fabric of a real server becomes the deciding factor, because that interconnect is what lets the cards scale as one machine instead of working as separate islands.

What is an OEM AI server?

An OEM AI server is one where an enterprise vendor like Dell, Lenovo, or HPE takes NVIDIA’s HGX baseboard and builds it into their own server line with their own warranty and support. It sits between a barebone HGX box and a fully integrated DGX: more supported than the former, more flexible and often cheaper than the latter.

How much does an AI server cost?

It varies widely by tier. A PCIe inference node is the affordable entry, an eight-GPU H100 or H200 node runs into six figures, and a rack-scale system is a facility-level investment. Because pricing is configuration-based and moves with supply, enterprise AI hardware is usually quoted per build rather than listed, typically within a day.
Notes: figures for GPU count, power draw, and interconnect speeds are approximate and reflect 2026 data-center hardware; they move with new releases and configurations. Pricing is deliberately quote-based, matching how enterprise AI hardware is sold. Hero photo is public domain; the infographic and diagram are original MillionMiner graphics. This article is educational and is not financial advice.

Ready to Start Mining?

Free worldwide DDP shipping. Professional hosting from $0.055/kWh.

Mike Okonkwo

Written by

Mike Okonkwo

Hardware Review Editor

Mike stress-tests every major ASIC before it reaches the MillionMiner catalogue, benchmarking real-world hashrate, power draw, and thermal behaviour across multiple firmware versions.

Comments 0

Please sign in to leave a comment

Delete Comment?

This action cannot be undone.