03. Switch Network Config Setup - Moehammered/switch-remote-play GitHub Wiki
Switch Network Config Setup
This page explains how to setup the switch-remote-play program's network.ini config file to be able to connect to your PC.
You can configure manual IP network configuration entirely from the Switch app, however it is more convenient to do so on your PC before using the program on your Switch.
-
Open the PC program
switch-remote-play-host.exe
and scroll to the network diagnostics text -
Go to the
network.ini
configuration file located atswitch/switch-remote-play/network.ini
-
Open the
network.ini
file -
Replace the IP address of
Manual IP Address=192.168.0.1;
with the IP address of your PC.- Don't forget the ';' at the end of the line
-
Replace the broadcast address of
Broadcast Address=192.168.0.255;
with the broadcast address of your PC.- Don't forget the ';' at the end of the line
In the Switch App
If you've done the above correctly, when you open the switch-remote-play app on your Switch and navigate to the network configuration screen (ZL/ZR to change screens) you should see your IP listed there as well as your broadcast address. If there are any mistakes, you can edit the IP address by pressing 'A' on it and entering an IP. Make sure it is valid.
I highly recommend you enable Manual IP and then test connecting. If it connects successfully then keep the setting enabled and the app will remember the connection settings from now on. It is the most convenient way to use the application.
If Manual IP is enabled
- Make sure the PC program is running
- Press 'R' on your Switch to start the stream
- If it stays on the grey pending connection screen it means something went wrong and it failed to connect. Please see the console output for details.
- Double check that your Switch and PC are on the same network
- Double check that the PC program isn't deleted by Windows Security
- Double check that the IP address you put in matches your PC's IP address
- Double check that the PC program is allowed through Windows Firewall
- Double check that
ffmpeg.exe
andswitch-remote-play-host.exe
are in the same folder - Double check that the versions match for the PC and the Switch program!
- If it connected fine, then congratulations! You don't have to worry about network setup anymore :) (until your PC's IP address changes...)
If Manual IP is disabled
- Make sure the PC program is running
- Press 'L' on your Switch to start network discovery
- If it succeeds it will find your PC and automatically fill the IP address
-
If you press 'R' on your Switch the stream should start and connect successfully
-
If it stays on the grey pending connection screen it means something went wrong and it failed to connect. Please see the console output for details.
- Double check that the PC program isn't deleted by Windows Security
- Double check that the PC program is allowed through Windows Firewall (for both private and public networks)
- Double check that
ffmpeg.exe
andswitch-remote-play-host.exe
are in the same folder - Double check that the versions match for the PC and the Switch program!
-
If it fails to find it, or is stuck on 'Searching...', please restart the application, enable Manual IP, and try connecting.
What's next?
Go to the next page - Switch Config