Skip to content

Configuration

ryu_ldn_nx can be configured via a configuration file on your SD card.

The configuration file is located at:

SD Card/config/ryu_ldn_nx/config.ini
; ryu_ldn_nx Configuration
[server]
; Server address for ryu_ldn multiplayer
host = ldn.ryujinx.app
port = 30456
[settings]
; Enable debug logging (0 = off, 1 = on)
debug = 0
OptionDefaultDescription
hostldn.ryujinx.appServer hostname or IP address
port30456Server port number
OptionDefaultDescription
debug0Enable debug logging (0=off, 1=on)

To use a different LDN server, change the host and port values:

[server]
host = my.custom.server.com
port = 12345

If you’re running your own ryu_ldn server:

[server]
host = 192.168.1.100
port = 30456

Enable debug mode to troubleshoot connection issues:

[settings]
debug = 1

Debug logs are written to the system log and can be viewed with tools like:

  • atmosphere/logs/
  • NXLink console output

After modifying config.ini:

  1. Save the file
  2. Use “Force Reconnect” in the Tesla overlay, or
  3. Reboot your Switch

You can also view and modify some settings through the Tesla overlay:

  1. Open Tesla Menu (L + DPad Down + Right Stick)
  2. Select “ryu_ldn_nx”
  3. Toggle debug mode or force reconnect

See Using the Overlay for more details.