GurotopiaGurotopia

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

  1. Open Notepad as Administrator
  2. Open the file: C:\Windows\System32\drivers\etc\hosts
  3. Add the following lines at the end:
127.0.0.1 www.growtopia1.com
127.0.0.1 www.growtopia2.com
  1. Save the file

You need administrator privileges to edit the hosts file on Windows.

Linux / macOS

  1. Open terminal
  2. Edit the hosts file with sudo:
sudo nano /etc/hosts
  1. Add the following lines:
127.0.0.1 www.growtopia1.com
127.0.0.1 www.growtopia2.com
  1. Save with Ctrl + O, then exit with Ctrl + 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

On this page