> ## Documentation Index
> Fetch the complete documentation index at: https://help.freakhosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Manage Gyrocopter & Vehicle Limits in 7D2D

> Master vehicle management on your 7 Days to Die server. Learn how to spawn vehicles, set server limits, and resolve common vehicle synchronization issues.

## Mastering 7D2D Transport

Advanced vehicles like the Gyrocopter are indispensable for rapid exploration and the transportation of high-value loot across the wasteland. However, because vehicles are complex entities that interact dynamically with world physics, they require precise management to maintain server stability and prevent data synchronization errors.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner Friendly
  </Card>

  <Card title="Time" icon="clock">
    5 Minutes
  </Card>
</CardGroup>

***

## Server Vehicle Limits

To maintain optimal performance and prevent potential crashes caused by excessive active entities, you should define a global vehicle limit in your `serverconfig.xml`.

* **MaxSpawnedVehicles:** This parameter determines the total number of placed vehicles that can exist in the world simultaneously.
* **Optimization Strategy:** If this limit is reached, players will be unable to deploy new vehicles from their inventory. We recommend a limit based on your active player count (typically 2-3 vehicles per player).

***

## Administrative Spawning

If you are a server administrator and need to provide a Gyrocopter or any other vehicle to a player or for testing purposes, follow these steps:

<Steps>
  <Step title="Access the Console">
    Press **F1** to open the in-game console and verify that you have the appropriate admin permissions.
  </Step>

  <Step title="Enable Developer Menus">
    Type `cm` (Creative Menu) and `dm` (Debug Menu) into the console and press Enter to toggle these features on.
  </Step>

  <Step title="Spawn the Vehicle">
    * **Using the Creative Menu:** Press **U** to open the menu and search for "Gyro". Drag it into your hotbar.
    * **Using the Console Command:** Execute the command `giveself vehicleGyrocopter` to place the item directly into your inventory.
  </Step>
</Steps>

***

## Resolving the "Missing Vehicle" Issue

Occasionally, vehicles may disappear or fall through the map geometry due to chunk loading delays or physics glitches.

<AccordionGroup>
  <Accordion title="Locating Displaced Vehicles">
    Execute the console command `le` (List Entities) to view a complete list of all active vehicles, their unique entity IDs, and their exact world coordinates. This is the fastest way to find a "lost" motorcycle or gyrocopter.
  </Accordion>

  <Accordion title="Administrative Cleanup">
    If a vehicle becomes stuck in an inaccessible area or at the `0,0,0` coordinate, you can remove it to reclaim a vehicle slot using the command `kill [ID]`, substituting `[ID]` with the specific number identified via the `le` command.
  </Accordion>
</AccordionGroup>

<Tip>
  ### Best Practice: Picking Up Vehicles

  To prevent data corruption during server restarts or chunk unloads, encourage players to "pick up" their vehicles (hold **E** and select the "Take" icon) before logging out. This stores the vehicle safely as an item in the player inventory.
</Tip>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** January 2026 | **Mobility:** Traverse the wasteland with speed.
</div>
