Sunshine installation guide
Windows
- Download and extract Sunshine-Windows.zip
- Optionally install ViGEmBus
Ubuntu 20.04
- Download sunshine20-04.deb
sudo apt-get install -f ~/Downloads/sunshine20-04.deb
If this is the first install
sudo usermod -a -G input $USER
- Reboot
Optional -- Run Sunshine in the background
- Download sunshine.service
mkdir -p ~/.config/systemd/user
cp ~/Downloads/sunshine.service ~/.config/systemd/user/
systemctl --user daemon-reload
systemctl --user start sunshine
Ubuntu 21.04
- Download sunshine21-04.deb
sudo apt-get install -f ~/Downloads/sunshine21-04.deb
- Follow instructions for Ubuntu 20.04 as needed
Debian
- Download sunshine-debian.deb
sudo apt-get install -f ~/Downloads/sunshine-debian.deb
- Follow instructions for Ubuntu 20.04 as needed
Changes
- Added mDNS support: Moonlight will automatically find Sunshine.
- Added UPnP support. It's off by default. To enable it, either:
- Config file:
upnp = enabled
- Web UI: In the General tab of Configuration, set UPnP to
Enabled
- Config file:
- By using UPnP, Sunshine can automatically forward ports for access from the internet.