Install Ubuntu Server
Turn your spare computer into a server with a free, click-by-click install.
Ubuntu Server is a free operating system made for running things like game servers. We’ll install it on your spare computer. Don’t worry if you’ve never done anything like this. Follow along step by step and you’ll be fine.
This wipes everything on the spare computer, so make sure there’s nothing on it you want to keep.
Step 1: Download Ubuntu Server
- On your normal computer, go to the Ubuntu Server download page.
- Download Ubuntu Server 26.04 LTS. You’ll get a file ending in
.iso. It’s a big download, so give it a few minutes.
The “LTS” version gets updates for years, which is exactly what you want for a server you’ll leave running.
Step 2: Put it on your USB stick
You need a small free tool to copy Ubuntu onto your USB stick so the computer can start from it. Any of these work, pick whichever fits your computer:
- Raspberry Pi Imager (Windows, Mac): friendly and simple. Choose “Use custom” and pick the
.isoyou downloaded. - balenaEtcher (Windows, Mac, Linux): just as easy.
- Rufus (Windows only): a popular lightweight option.
Then:
- Plug in your USB stick.
- Open the tool, choose the Ubuntu
.isofile, choose your USB stick, and start. - Wait for it to finish. This erases the USB stick, which is expected.
Step 3: Start your spare computer from the USB
- Plug the USB stick into your spare computer.
- Turn the computer on and immediately tap the key that opens the boot menu. It’s usually F12, F2, Esc, or Del. The right key often flashes on screen for a second when it powers on.
- In the boot menu, choose your USB stick.
If it boots into the old operating system instead, restart and try the key again. It can take a couple of tries to catch the timing.
Step 4: Run the installer
Ubuntu’s installer asks you a series of simple questions. For most of them, the default is fine. Here’s the path through:
- Language and keyboard: pick yours and continue.
- Type of install: choose the standard “Ubuntu Server” (not the minimized version).
- Network: since you’re plugged in with a cable, it should connect on its own. If it shows an address, you’re good. Continue.
- Storage: choose to use the entire disk. This is the step that wipes the computer. Confirm and continue.
- Profile: enter your name, a name for the computer, a username, and a password. Write the username and password down somewhere safe. You’ll need them later.
- SSH setup: turn on Install OpenSSH server. This lets you connect to your server from your normal computer, which is handy. You can skip importing keys.
- Featured software: don’t select anything here. Just continue.
The install runs for a few minutes. When it says it’s done, choose to reboot and pull out the USB stick when it asks.
Step 5: Log in
After it restarts, you’ll see a plain text screen asking you to log in.
- Type the username you chose and press Enter.
- Type the password and press Enter. The password won’t show as you type, that’s normal.
If you see a line ending in a $, you’re in. Your computer is now a server.
That’s the hardest part behind you. Next, you’ll connect it to Server Reforged.