Skip to content

Real96/Nintendo-SSL-DWC-Installer-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nintendo SSL DWC Installer Script

Bash script which installs this Nintendo DWC server emulator with SSL support on your PC.

Requirements

  • VPS or virtual machine with bridged network
  • Linux Ubuntu 14.04 or upper (16.04, 18.04, 20.04, 22.04, 24.04) or Linux Debian 9 or upper (10, 11, 12)
  • File 00000011.app, which can be easily extracted from a Nintendo Wii NAND dump or downloaded following this guide (section Other versions of Dolphin)
  • WiFi with WEP/no protection, wireless type 802.11b and frequency 2.4GHz

Fix error "User is not in sudoers file" in Debian

  • su -
  • apt-get install sudo
  • usermod -aG sudo USER_NAME
  • reboot

Usage

  • sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get autoremove && sudo apt-get autoclean
  • Put the script and the file 00000011.app in the same folder
  • Open ports 53, 80 and 443 if you use a VPS or your public IP
  • cd /path/to/nintendo_ssl_dwc_installer.sh
  • chmod 777 nintendo_ssl_dwc_installer.sh
  • ./nintendo_ssl_dwc_installer.sh

Fix dnsmasq not handling DNS requests in Azure VPS

In Azure VPS (and probably in some others) you have to use the local IP instead of the public one.

Credits

About

Bash script which installs https://github.com/Real96/dwc_network_server_emulator Nintendo DWC server emulator with SSL support on your PC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages