Enabling teleportation commands on a Rust server gives players and administrators a powerful tool for navigating large maps without manual travel. Rust servers support teleportation through console and RCON commands that allow administrators to move players, set waypoints, and respond to in-game requests directly from the server panel. These commands cover player-to-player teleports, coordinate-based warps, and admin-level forced teleportation, all executable through the in-game console or a remote connection tool.
1. Join the server as an admin.
2. Press F1 to open the console.
3. Enter the desired command.
| Command | Description |
|---|---|
teleport [playerName/Steam64ID] [playerName/Steam64ID] |
Teleports the first designated player to the second. |
teleport2marker |
Teleports to the marker set on the map. |
teleport2me [playerName/Steam64ID] |
Teleport the given player to the users position. |
teleport2owneditem [playerName/Steam64ID] |
Teleports the user to a designated players owned item. |
teleportany [entity] |
Teleports the user to any entity type on the server. |
teleportlos |
Teleports to where the player is looking. |
teleportpos [x, y, z] |
Teleport to the designated coordinates. |