Instructions
macOS setup
- 1
Open Terminal
Open Terminal from Applications > Utilities or Spotlight.
sudo cp /etc/hosts /etc/hosts.firefly-backup - 2
Back up the hosts file
Run the backup command before editing. Your password will not appear while you type it.
sudo nano /etc/hosts - 3
Edit /etc/hosts
Run the nano command, go to the bottom, and paste both Firefly lines. Do not delete existing entries.
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder - 4
Save and exit
Press Control+O, Return, then Control+X.
sudo cp /etc/hosts.firefly-backup /etc/hosts - 5
Flush DNS
Run the flush DNS command shown below.
- 6
Open Growtopia
Fully close Growtopia, reopen it, and log in.
sudo cp /etc/hosts /etc/hosts.firefly-backupsudo nano /etc/hostssudo dscacheutil -flushcache; sudo killall -HUP mDNSRespondersudo cp /etc/hosts.firefly-backup /etc/hosts