Configuration
Configure your Gurotopia server and client connection
Server Configuration
This guide explains how to configure your Gurotopia server and set up client connections.
Hosts File Configuration
To connect to your local server, you must modify your system's hosts file to redirect Growtopia's servers to your local machine.
Windows
- Open Notepad as Administrator
- Open the file:
C:\Windows\System32\drivers\etc\hosts - Add the following lines at the end:
127.0.0.1 www.growtopia1.com
127.0.0.1 www.growtopia2.com- Save the file
You need administrator privileges to edit the hosts file on Windows.
Linux / macOS
- Open terminal
- Edit the hosts file with sudo:
sudo nano /etc/hosts- Add the following lines:
127.0.0.1 www.growtopia1.com
127.0.0.1 www.growtopia2.com- Save with
Ctrl + O, then exit withCtrl + X
Reverting Changes
To connect to official Growtopia servers again, remove or comment out the lines you added to the hosts file:
# 127.0.0.1 www.growtopia1.com
# 127.0.0.1 www.growtopia2.com