Bash script which installs this Nintendo DWC server emulator with SSL support on your PC.
- 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 (sectionOther versions of Dolphin
) - WiFi with WEP/no protection, wireless type 802.11b and frequency 2.4GHz
su -
apt-get install sudo
usermod -aG sudo USER_NAME
reboot
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
and443
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
In Azure VPS (and probably in some others) you have to use the local IP instead of the public one.