In 7 Days to Die servers, administrators use console commands to transport characters across the map. The commands require specific map coordinates or player identification tags to determine the exact destination. This function can be used to resolve technical issues, such as extracting characters trapped in the environment.
How to Teleport on a 7 Days to Die Server (In-game Map)
1. Join the server as an admin.
2. Press F1 to open the console.
3. Run the following command to enable debug mode: dm
4. Press M to open the map.
5. Use CTRL + Right Click on the map to teleport.
How to Teleport on a 7 Days to Die Server (Console)
1. Join the server as an admin.
2. Press F1 to open the console.
3. Run the following command to enable debug mode: dm
4. Enter the desired commands.
| Command | Description | Example |
|---|---|---|
teleport <E/W> [y] <N/S> |
Teleports the player to specific East/West and North/South map coordinates. South and West directions require negative numbers. The elevation [y] is optional and can be skipped or set to -1 to place the character on the ground.
|
teleport -200 -1 300 |
teleport <target player> |
Teleports to another player. The target player is identified by their in-game name, Steam ID, or Entity ID. | teleport Steve |
teleport offset <E/W> <y> <N/S> |
Teleports the player a set distance from the current position. | teleport offset 3 1 0 |
teleportplayer <target player> <E/W> <y> <N/S> |
Teleports a specific player to exact map coordinates. | teleportplayer Steve -200 -1 300 |
teleportplayer <player 1> <player 2> |
Teleports the first player to the second player's location. | teleportplayer Steve Alex |