User Guide ‐ Main interface ‐ Others ‐ GTX server name change - MarechJ/hll_rcon_tool GitHub Wiki

🧭 You are here : Wiki home / User Guide / Main interface / Others / GTX server name change


image

If you're using GTX as your game server provider (GSP), you can change your server name within CRCON.

The new server's name will only be seen after the next map start.

You have to set some informations in two distinct places.

Configuration file (.env)

You have to give your SFTP username and password, as provided by GTX on the "Services" control panel.

GTX_SERVER_NAME_CHANGE_USERNAME=
GTX_SERVER_NAME_CHANGE_PASSWORD=

Once done, restart the CRCON Docker containers :

cd /root/hll_rcon_tool
docker compose down
docker compose up -d --remove-orphans

GTX Server Name Change (CODE view)

You have to give your game server IP and the SFTP port, as provided by GTX on the "Services" control panel.

{
  "ip": "123.123.123.123",
  "port": 8822
}