Switch Games Server: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Switch Homebrews |title=Switch Games Server |image=Switch-logo.png |description=Install games on your Switch wirelessly using Tinfoil or DBI! |author=gonzartur |lastupdated=2025/12/26 |type=PC Utilities |version=2015 |license=CC BY-NC-SA 4.0 |download=https://dlhb.gamebrew.org/switchhomebrews/SwitchGamesServerSwitch.7z |website=https://gbatemp.net/threads/video-game-sgs-switch-games-server-install-games-on-your-switch-wirelessly-using-tinfoil-or-dbi.678378/ |so..." |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
|description=Install games on your Switch wirelessly using Tinfoil or DBI! | |description=Install games on your Switch wirelessly using Tinfoil or DBI! | ||
|author=gonzartur | |author=gonzartur | ||
|lastupdated= | |lastupdated=2026/03/29 | ||
|type=PC Utilities | |type=PC Utilities | ||
|version= | |version=1.0.3 | ||
|license=CC BY-NC-SA 4.0 | |license=CC BY-NC-SA 4.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/SwitchGamesServerSwitch.7z | |download=https://dlhb.gamebrew.org/switchhomebrews/SwitchGamesServerSwitch.7z | ||
| Line 20: | Line 20: | ||
}} | }} | ||
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: | 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) | * Tinfoil (via "other" or "URL" source) | ||
* DBI (via "Home server" / HTTP install) | * DBI (via "Home server" / HTTP install) | ||
== Features == | == Features == | ||
* Network | * Network File Sharing - Share your Switch game files (.nsz, .nsp, .xci, .xcz) over the network. | ||
* | * Tinfoil Support - JSON-based file index for Tinfoil app. | ||
* | * DBI Support - Apache-style directory listing for DBI app. | ||
* Docker | * Docker Ready - Fully containerized with Docker Compose. | ||
* Auto | * Auto Setup - Automatic dependency installation on first run. | ||
== Quick Start == | == Quick Start == | ||
| Line 51: | Line 47: | ||
* .xci - NX Card Image | * .xci - NX Card Image | ||
* .xcz - Compressed XCI | * .xcz - Compressed XCI | ||
==Changelog== | |||
'''v1.0.3''' | |||
* Add PR templates, CI workflows, and release drafter config files [https://github.com/notf0und @notf0und] ([https://github.com/notf0und/SGS/pull/8 #8]) | |||
'''v1.0.2''' | |||
* Update Docker image name to use DockerHub username and repo name dynamically by [https://github.com/notf0und @notf0und] in [https://github.com/notf0und/SGS/pull/7 #7] | |||
'''v1.0.1''' | |||
* Add prod environment to Docker job in release workflow by [https://github.com/notf0und @notf0und] in [https://github.com/notf0und/SGS/pull/6 #6] | |||
'''v1.0.0''' | |||
* Fixes [https://github.com/notf0und/SGS/issues/3 #3]: Error on DBI when files or folders contains special characters. by [https://github.com/notf0und @notf0und] in [https://github.com/notf0und/SGS/pull/4 #4] | |||
* Add testing to .dockerignore and update composer test scripts by [https://github.com/notf0und @notf0und] in [https://github.com/notf0und/SGS/pull/5 #5] | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/notf0und/SGS | ||
* GBAtemp - https://gbatemp.net/threads/video-game-sgs-switch-games-server-install-games-on-your-switch-wirelessly-using-tinfoil-or-dbi.678378/ | |||
Latest revision as of 04:45, 5 April 2026
| Switch Games Server | |
|---|---|
| General | |
| Author | gonzartur |
| Type | PC Utilities |
| Version | 1.0.3 |
| License | CC BY-NC-SA 4.0 |
| Last Updated | 2026/03/29 |
| 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)
Features
- Network File Sharing - Share your Switch game files (.nsz, .nsp, .xci, .xcz) over the network.
- Tinfoil Support - JSON-based file index for Tinfoil app.
- DBI Support - Apache-style directory listing for DBI app.
- Docker Ready - Fully containerized with Docker Compose.
- Auto Setup - Automatic dependency installation on first run.
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
Changelog
v1.0.3
v1.0.2
v1.0.1
v1.0.0