This is a guide on how you can build a low-cost (<1,300€) AI computer by yourself to run your AI flows locally.
Ideal for students on a low budget. The build can, of course, also be expanded and constructed in a way to offer the best performance for enterprises, for example.
Component | Model |
---|---|
GPU | RTX 3090 FE (used) |
CPU | Intel i5 12400F |
Motherboard | Asus PRIME B660M-K D4 |
RAM | Corsair Vengeance LPX 32GB (2x16GB) |
Storage | WD Green SN3000 500GB NVMe |
PSU | MSI MAG A750GL PCIE5 750W |
CPU Cooler | ARCTIC Freezer 36 |
Case Fans | 4x ARCTIC P12 PWM |
Case | ASUS Prime AP201 MicroATX |
Note: Links are to German retailers but parts are available worldwide
- Unpack all components
- Install CPU on motherboard
- Mount CPU cooler
- Install RAM modules
- Install M.2 SSD
- Mount motherboard in case
- Connect front panel cables
- Install power supply
- Install exhaust fan:
- Install GPU
- Close case
- Connect:
- Ethernet cable to router
- Keyboard to motherboard USB
- Monitor to GPU (not motherboard)
- Download Ubuntu Server
- Create bootable USB
- Insert USB into motherboard port
- Power on (PSU switch to 'I')
- Enter BIOS/boot menu:
- Select USB boot device:
- Complete Ubuntu installation with SSH server enabled
After installation, you can SSH from any device on your network:
ssh username@192.168.2.x # Replace with your machine's IP
-
Connect the monitor along with the mouse and keyboard.
-
Input the Wi-Fi password via the GUI and connect to Wi-Fi.
-
Run
ip a
in the terminal and find the IP (it will look like 192.168.x.x or 10.0.x.x). -
From my end, run
ssh username@thisip
Ready to use with GPU accelerated models from Ollama and other AI frameworks.
Reach out to me on X for build assistance or questions!