Table of Contents
Setup for Exosphere and DNS.mitm
Both blanking prodinfo and blocking Nintendo connections are individually enough to avoid information logs being sent from the console to Nintendo and avoid a ban.
Atmosphère can block specified connections via its built in DNS.mitm feature using a hosts file. Atmosphère can also blank the prodinfo on launch; this is part of the exosphere settings.
Both of these options are already used if you followed one of the guide pages from shise.
Exosphere
- Create a file named
exosphere.iniin the root of your SD card - Copy and paste one of these configurations into
exosphere.ini:
(📝 You can use the clipboard 📋 button top right of the box to copy the complete text)
For emuMMC
This exosphere.ini example will make Atmosphère blank prodinfo when starting emuMMC.
[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=0
blank_prodinfo_emummc=1
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
For sysMMC
This exosphere.ini example will make Atmosphère blank prodinfo when starting sysMMC.
[exosphere]
debugmode=1
debugmode_user=0
disable_user_exception_handlers=0
enable_user_pmu_access=0
blank_prodinfo_sysmmc=1
blank_prodinfo_emummc=0
allow_writing_to_cal_sysmmc=0
log_port=0
log_baud_rate=115200
log_inverted=0
- The Hekate launch option line
cal0blank=1forces the blank_prodinfo line to be 1 regardless of the exosphere setting. And can be used instead of creating the exosphere file.
DNS.mitm (hosts file)
-
Create a file named
default.txtin/atmosphere/hosts/(thehostsfolder won't exist, so make sure to create it) -
Copy and paste the following configuration into
default.txt:
(📝 You can use the clipboard 📋 button top right of the box to copy the complete text)# Block Nintendo Servers 127.0.0.1 *nintendo.* 127.0.0.1 *nintendo-europe.com 127.0.0.1 *nintendoswitch.* 157.230.80.146 *conntest.nintendowifi.net 157.230.80.146 *ctest.cdn.nintendo.net
- 📝 Note:
If you plan to use Atmosphère on sysMMC for online play and emuMMC for offline play, rename the file toemummc.txt. The emummc.txt will only be used for emuMMC.
↵ Homebrew & misc 🦝
SHISE Guide pages
Getting Started ↧⤒
Getting started with CFW:
᛫ Is my Switch hackable?
᛫ Avoid getting banned
᛫ Launching payloads
᛫ Create/Restore a NAND backup
᛫ Dumping device keys
᛫ Terminology (Switch/Homebrew)
CFW setup & migration ↧⤒
Unpatched Switch setup:
᛫ Set up Atmosphère with emuMMC for an unpatched Switch
᛫ Set up Atmosphère for an unpatched Switch
Modchipped Switch setup:
᛫ Set up Atmosphère with emuMMC for a modchipped Switch
᛫ Set up Atmosphère for a modchipped Switch
Migrate setup from old micro SD or CFW:
᛫ Migrate your emuMMC to a new SD card
᛫ Cleanup (or Migrate from Atmosphère 0.x to 1.+)
᛫ Migrate from SXOS to Atmosphère
Updating CFW, FW + ↧⤒
Updating CFW / FW:
᛫ Update your CFW
᛫ Dump your Switch firmware
᛫ Upgrade Switch firmware, offline
Migrate setup from old micro SD or CFW:
᛫ Migrate your emuMMC to a new SD card
᛫ Cleanup (or Migrate from Atmosphère 0.x to 1.+)
᛫ Migrate from SXOS to Atmosphère
Modchip firmware:
᛫ Update Picofly chip firmware
᛫ Flash Spacecraft-NX (HWFLY-NX) to SX Core / Lite
᛫ Update Spacecraft-NX (HWFLY-NX) chip firmware
Homebrew & misc. ↧⤒
Homebrew:
᛫ Tesla overlay menu
᛫ Emulating Amiibos
᛫ Guide for installing themes (HOS themes)
᛫ Manage system modules
᛫ Manage Cheats
PC related use:
᛫ How create or restore a full system backup
᛫ Backup or restore your Switch save files
᛫ Dumping Titles
᛫ Installing dumped titles - USB Installations
᛫ Browse SD Card Contents Via USB
᛫ Verifying Dumps
Additional guides and information:
᛫ What are bans / Avoiding bans
᛫ Exosphere / DNS.mitm Setup (blocking Nintendo)
᛫ Incognito Setup (deprecated)
᛫ Enable Gamecard Reader
᛫ Launching payloads
᛫ How to dump device keys
᛫ Format SD Card To FAT32
᛫ Atmosphère CFW on Both sysMMC and emuMMC options