Connection guide

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.

  1. Choose a device
  2. Apply its redirect
  3. Open Growtopia
  4. Join the server
Connection runway
  1. 1Choose device
  2. 2Apply redirect
  3. 3Open client
  4. 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 /flushdns
1

Open Hosts File as Administrator

Press Win + R, type notepad, right-click and choose Run as administrator. Open C:\Windows\System32\drivers\etc\hosts.

3

Save & Launch

Open the connection rules URL, select the lines shown on the page, and paste them into the hosts file.