Helping guide you through the never-ending forest of technology, into the open glade of easy to follow posts!
Couch co-op Made Easy: Raspberry Pi Steam Link
Couch co-op Made Easy: Raspberry Pi Steam Link

Couch co-op Made Easy: Raspberry Pi Steam Link

I really like my Steam Link, and use it a lot for couch co-op games. But was rather disappointed when Steam announced they were discontinuing it around the time I was looking to buy a second unit. However, my disappointment didn’t last long when Steam released the Steam Link app for Raspberry Pi!

I love the fact that the Steam Link software runs on a Raspberry especially as the overall the setup doesn’t take long at all! If you’re wanting to create your own Steam Link Pi there are a few requirements, these are:

  • A Raspberry Pi 3b (or higher)
  • Micro SD Card (8GB+ in size)
  • 5v 2.5A Micro USB Power Supply

  • HDMI Cable
  • Ethernet Cable (You can use 5GHz Wi-Fi, but a wired connection is highly recommended for streaming)

In addition to this, you’ll need a keyboard and mouse for setup, and your controller of preference for playing. The controllers officially supported are as follows:

  • Steam Controller
  • Xbox One Controller (Wired)
  • Dualshock 4 Controller (Wired or Wireless via Bluetooth)
  • Keyboard and mouse
  • Xbox 360 Controller (Wired)
  • Xbox 360 Wireless Controller (with USB Receiver Dongle)

Steam has also said that other input devices may work even if they’re not officially supported. I use a couple of 3rd party controllers similar to the Xbox 360 ones which work perfectly.

Setting up the Raspberry Pi

The first thing you’ll want to do is download the latest version of Raspbian Buster Desktop from the Raspberry Pi website here. Extract the .ZIP and then flash the Micro SD card with the .IMG inside. My software of choice for flashing the SD card is Etcher by Belena, which makes the process extremely simple and straightforward.

Once you’ve flashed the SD card you’ll then want to connect up the Pi to a screen, internet, and keyboard/mouse. When your Pi is booted up open up Terminal via the menu (or use the shortcut Ctrl+Alt+T), and enter the following:

sudo apt update
sudo apt install steamlink

This will first update the Raspberry Pi’s package list, and then will install the Steam Link application, during the installation it may prompt you to confirm, simply press Y and the installation will continue and finish.

Once the application has installed you can close the Terminal and launch the Steam Link Software, this is located in the Top Menu > Games > Steam Link.

Configuring Steam Link

After pressing this the Steam Link Application will open fullscreen on the Pi and will guide you through the setup to connect the Steam Link Pi to your main PC with Steam running.

If the Steam Link Pi doesn’t find your computer, there’s a chance that you’ll need to enable Remote Play on your Main Computer. To do this, open the Steam settings menu on your Main Computer. Then on the menu open the Remote Play section and make sure that Enable Remote Play is ticked.

Running Steam Link on Boot

If like me you’re planning to just use your Raspberry Pi purely for the Steam Link application then you might want to set it to automatically boot into the app.

Doing this is extremely simple but requires a few steps. First, open up Terminal (Ctrl+Alt+T) and enter the following command:

sudo nano /etc/systemd/system/steamlink.service

This will open a blank text file, in this, you’ll want to paste in the below:

[Unit]
Description=Start Steam Link on startup
[Service]
Type=simple
User=pi
ExecStart=/usr/bin/steamlink
#Restart=always
Restart=on-failure
[Install]
WantedBy=graphical.target
#WantedBy=multi-user.target

After adding this you’ll want to save it by pressing Ctrl +X, then press Y. After this you’ll need to update the systemctl to reflect these changes, to do this type the following in Terminal:

sudo systemctl daemon-reload
sudo systemctl enable steamlink.service

Now, whenever your Pi starts up it will boot straight into the Steam Link software! If you do need to exit the application, just press ESC.

Raspberry Pi Custom Case

One of the biggest delays in doing this project was this section of it, I recently got a 3D Printer and really wanted a case for my Pi that made it look like an original Steam Link. I initially looked on Thingiverse.com but couldn’t find anything suitable for a Pi 3b+.

But as you can see I did get one made! I recently started learning Fusion 360 and decided I’d make my own case, which worked perfectly. If you are also wanting to print this case, I’ve uploaded it to Thingiverse here.

This has been a project I’ve wanted to do for quite a while and am extremely happy I finally got my teeth into it! If you have any questions about this project, drop a comment below and I’d be more than happy to answer them!


Featured Equipment and Gear

As an Amazon Associate, TechTrail earns from qualifying purchases made with some store links.


by Sam Brooks

Sam is the founder and editor for Tech Trail. With a background in Broadcast Engineering, and great enthusiasm for smart home and emerging technologies.

More by Sam →

  • Twitter
  • KoFi
  • Email

Sam Brooks

Sam is the founder and editor for Tech Trail. A Broadcast Engineer with a passion for technology and design. Working on the bleeding edge of technology Sam is exposed to a vast amount of emerging technologies and likes to keep up to date on the latest tech in general.

Leave a Reply

Your email address will not be published.