uNX Save Sync (aka. uNSS) is a Nintendo Switch application that allows synchronization of save data between multiple devices through a central remote server.
central remote server manages save data with internal revision IDs for each user and title.
- How save data to push to remote? JUST PRESS
A
BUTTON. - How save data to pull from remote? JUST PRESS
B
BUTTON.
To use remote server synchronization, you must configure settings first. and uNSS client reads settings from sdmc:/uNSS/config.ini
[remote]
enabled=1
serverUrl=http://your.hostname.com:8989
Running server via Python interpreter requires some dependencies. Install dependencies first.
pip install -r requirements.txt
Background mode
nohup run-linux.sh
Foreground mode
./run-linux.sh
or
python main.py --host 0.0.0.0 --port 8989
Just used prebuilt binary by PyInstaller
- Save file restoration only works if the game has saved at least once
- Not allow running in Applet Mode