# # 🏠 Private Garages

### 🛡️ Admin Setup

Before players can own garages, an administrator must create them.

1. Use the `/prvgarage` command to open the **Private Garage Manager**.
2. Select **Create New Garage**.
3. Set the location (current position), name, and assign an owner (via CitizenID).

### 👤 Owner Features

Once a player is assigned as the owner of a private garage, they gain access to special management tools:

#### 🔑 Key Management (Access Control)

Owners can share access to their garage with up to 10 other players.

* The owner can add friends by selecting them from the online player list or entering their ID.
* Shared users can store and retrieve their own vehicles in that specific garage.

#### 📍 GPS Navigation

Players with access to a private garage can set a GPS waypoint to its location directly from the menu, making it easy to find in a busy city.

#### 🔄 Vehicle Transfer

Owners can transfer their vehicles between their different private garages or from public storage to their private lot.

### 💾 Persistence

Every private garage and its access list is saved in the `lx_private_garages` table. This ensures that garages survive server restarts and remain accessible only to authorized players.

***

*For information on what happens when vehicles are left on the street, see the Impound Systems page.*
