-
Notifications
You must be signed in to change notification settings - Fork 76
User Guide ‐ Main interface ‐ Others ‐ GTX server name change
ElGuillermo edited this page Jan 14, 2025
·
5 revisions
🧭 You are here : Wiki home / User Guide / Main interface / Others / GTX server name change
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.
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
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
}
Hell Let Loose (HLL) Community RCON (CRCON) Wiki - Back to Home
- Home
- Views
- Maps
- Records
- Settings
- Webhooks
- Automods
- Others
- Stats
- Admin panel (needs update)
- Migrate CRCON to another VPS
- Replace the game server managed in CRCON
- Adding a game server to manage in CRCON
- Overview Project Structure
- Development environment
- Building your own Docker images
- CRCON API
- Streaming Logs
- Remotely connect to the PostgreSQL database
- Miscellaneous (needs update)
- HLL RCON Commands (needs update)
- Please look at this first
- Ask for help