Switch Games Server
From GameBrew
More actions
| Switch Games Server | |
|---|---|
| General | |
| Author | gonzartur |
| Type | PC Utilities |
| Version | 2015 |
| License | CC BY-NC-SA 4.0 |
| Last Updated | 2025/12/26 |
| Links | |
| Download | |
| Website | |
| Source | |
Switch Games Server (SGS) is a Laravel-based HTTP server that serves your Switch game files (NSP/NSZ/XCI/XCZ) from your PC over your local network. It lets you install games onto your Switch directly over Wi-Fi using:
- Tinfoil (via "other" or "URL" source)
- DBI (via "Home server" / HTTP install)
This avoids manually copying files to the SD card or using USB cables, making it easy to install large games or maintain a "private shop" on your home network.
Features
- Network Installation - No more cables! Install games directly from your server
- Multi-Device - All Switch consoles on your network can access the same game library
- Tinfoil & DBI Support - Works with both popular homebrew installers
- Docker-Ready - One command setup with Docker Compose
- Auto-Setup - Automatically installs dependencies and builds assets on first run
- Built-in Documentation - Step-by-step guides with screenshots included
Quick Start
git clone https://github.com/notf0und/SGS cd SGS docker-compose up -d
That's it! The app automatically handles:
- Composer dependencies
- NPM packages and builds
- Storage symlinks
Just add your game files to the games/ folder and access the web interface for setup guides.
Supported
- .nsz - Compressed NSP
- .nsp - Nintendo Submission Package
- .xci - NX Card Image
- .xcz - Compressed XCI