Player connection runway
Connect to MYSERVER
Choose your device. The guide keeps the existing client, redirect rules, downloads, and DNS steps intact while making the order clear.
- Choose a device
- Apply its redirect
- Open Growtopia
- Join the server
Connection runway
- 1Choose device
- 2Apply redirect
- 3Open client
- 4Join server
Automated Batch Script
Downloads a small script that appends the redirect rules and flushes your DNS cache.
Quick Admin PowerShell Command
Open PowerShell as Administrator and run this command to configure hosts automatically.
$rules = (Invoke-WebRequest -UseBasicParsing "https://fyrefly.my.id/hosts/MYSERVER").Content; Add-Content "$env:windir\System32\drivers\etc\hosts" ("# Fyrefly Gateway for MYSERVER" + [Environment]::NewLine + $rules); ipconfig /flushdns1
Open Hosts File as Administrator
Press Win + R, type notepad, right-click and choose Run as administrator. Open C:\Windows\System32\drivers\etc\hosts.
2
Open connection rulesOpen the connection URL
3
Save & Launch
Open the connection rules URL, select the lines shown on the page, and paste them into the hosts file.