> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.sparkedhost.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Add Custom Peds to FiveM Server

# How to Add Custom Peds to FiveM Server

Custom peds (pedestrians) are one of the easiest ways to make your FiveM server stand out. This guide will show you how to add custom pedestrian models to your FiveM server.



## How to Install Ped Models - FiveM

For this tutorial, the ped we will be installing will be [Hasbulla.](https://www.gta5-mods.com/player/hasbulla-add-on-ped)

To install ped models in FiveM:

* Go to [GTA5 Mods](https://www.gta5-mods.com/player) and pick a model you want to download.

* Follow the download instructions and install the model locally on your computer.

* Extract the .zip file installed.

* Inside the `FIVEM` and `SP` (SinglePlayer) folders, extract the FIVEM folder contents, since this model is for a FiveM server.

* Open the [Apollo Panel](https://control.sparkedhost.us/).

* Stop the server.

* In the **Files** tab, head over to the following directory: `/txData/.base/resources`

* Inside `resources` create a folder named `\[peds\]`

  ![](https://images.surferseo.art/738dae7c-8a83-448f-9b4a-fef62735bafd.png)

* Upload the folder found in **FIVEM** in the `\[peds\]`

  ![](https://images.surferseo.art/d6b8c918-7296-4430-95a0-7fc1d821b105.png)

* Start the server.

## How to Add Peds - FiveM

If we want to spawn peds, we will need to add them to a menu. For this tutorial, we will be using vMenu. **Make sure vMenu is installed first before continuing.**

* Open the ped folder, then open the stream folder.

  ![](https://images.surferseo.art/b93e6a93-daeb-45c0-8537-851cfc2962ff.png)

* Copy this name, as it is the name of the ped.

* Navigate to the following directory: `/txData/.base/resources/\[apollo\]/config/addons.json`

  ![](https://images.surferseo.art/6ba3a45d-d6f0-44a1-951f-7864759b454d.png)

* In this file, we will find a section titled `peds`.

  ![](https://images.surferseo.art/cfe02445-851f-425b-bdf4-2bddcd171062.png)

* Replace the addonpedname1 with our copied character's name.

  ![](https://images.surferseo.art/c654261a-f309-4c89-80f3-57cd3440e73e.png)

* Hit **Save Content**.

* Start or restart the server.