---
title: How to Add Steam Workshop Mods to Your Soulmask Server
description: Learn how to add Steam Workshop Mods to your Soulmask dedicated server.
source: "https://nodecraft.com/support/games/soulmask/how-to-add-steam-workshop-mods-to-your-soulmask-server"
image: "https://dynamic-assets.nodecraft.com/signedurl/w7vokBAexMnVlnMZ1Q/image.jpg?modifications=W3sibmFtZSI6ImdhbWVfYmciLCJpbWFnZV91cmwiOiJodHRwczovL2Ntcy1hLm5vZGVjcmFmdC5jb20vZi8xMzM5MzIvMjAwMHg1NTAvZTA0MzU1MzFkNS9zb3VsbWFzay1sYW5kaW5nLTEtMC0wLnBuZy9tLyJ9LHsibmFtZSI6ImdhbWVfbG9nbyIsImltYWdlX3VybCI6Imh0dHBzOi8vY21zLWEubm9kZWNyYWZ0LmNvbS9mLzEzMzkzMi8yMTQxeDEzMTAvOTIwZmZhZTNkOC9zb3VsbWFzay1sb2dvLnBuZy9tLyJ9LHsibmFtZSI6ImN0YV90ZXh0IiwidGV4dCI6IkNyZWF0ZSB5b3VyIG93biBzZXJ2ZXIhIn0seyJuYW1lIjoidGV4dCIsInRleHQiOiJIb3cgdG8gQWRkIFN0ZWFtIFdvcmtzaG9wIE1vZHMgdG8gWW91ciBTb3VsbWFzayBTZXJ2ZXIifV0&s=bf754fdf4546ac86e40b71434b9fff5b070a83c6b06970935a8e37e2df9fa1df"
published: "2024-10-06T23:32:28.000Z"
updated: "2024-10-06T23:30:00.000Z"
---

# How to Add Steam Workshop Mods to Your Soulmask Server

Learn how to add Steam Workshop Mods to your Soulmask dedicated server.

## How to Add Steam Workshop Mods to a Soulmask Server

Adding mods from the Steam Workshop to your Soulmask dedicated server is a simple process that enhances your server's gameplay experience. Here’s a step-by-step guide on how to do it:

## Find the Mod IDs on Steam Workshop

1. Visit the Steam Workshop for Soulmask and browse for the mods you'd like to add to your server.
2. Click on the mod you're interested in to open its page.
3. In the URL of the mod page, you'll see a long number at the end. This is the **Mod ID**.  
  Some mod authors will also put the Mod ID in the description as well.

Example: `https://steamcommunity.com/sharedfiles/filedetails/?id=3331511657`  
In this case, the Mod ID is **3331511657.**

4. Make a list of the **Mod IDs** for all the mods you want to add to the server.

## Add ModIDs

If you do not have access to Nodecraft's easy-to-use Pro Panel, please skip ahead to the Modify Startup Parameters section.

### Nodecraft Pro

Once you have your list of mods you want to add to the server, follow the steps below:

1. Navigate to the Nodecraft Pro Panel for your Soulmask dedicated server.
2. Click on the **Steam Workshop** tab on the left-hand side.
3. Click the **Add **button and provide the ModID for one of your chosen mods.

  **Note: **If you have multiple mods you want to add, click the **Add **button again and enter the next Mod ID. Repeat until all of your chosen mods are added.
4. Click **Submit** to save your changes!

![Adding the Steam Workshop ModIDs for Soulmask in Nodecraft Pro](https://cms-a.nodecraft.com/f/133932/980x748/0885a67090/mods.png/m/)

### Modify Startup Parameters

If you don't have access to our Nodecraft Pro panel, you can add the mods via the server’s command line:

1. Access your server's **Command Line** and enter the following:

```language-plaintext
-mod="MODID1,MODID2,MODID3"
```

2. Replace `MODID1`, `MODID2`, and `MODID3` with the Mod IDs you collected from the Steam Workshop.

Example: If you're adding three mods with Mod IDs **123456789**, **987654321**, and **123987456**, your command line will look like this:

```language-plaintext
-mod="123456789,987654321,123987456"
```

Remember to include the dash before mod and include the quotations at the beginning and end of the full list of mod ids.

## Restart Your Server

1. Return to the **Server Overview** tab in your Nodecraft panel.
2. Click **Restart** to relaunch your Soulmask server.
3. The mods should automatically download and activate when the server starts.

---

## Troubleshooting Mod Issues

If a mod isn’t working or doesn’t seem to load:

- **Double-check the Mod IDs** to ensure they’re correctly entered in the startup arguments.
- **Ensure the mods are compatible** with the current version of Soulmask and also with each other.
- **Restart your server** after making changes to the mods list.

---

By following these steps, you’ll be able to easily manage and add Steam Workshop mods to your Soulmask Nodecraft server. Get ready to host the most epic adventures as your players experience a fully customized and modded gameplay. Happy modding!
