# Increase Work Speed on Your Palworld Server (/docs/palworld/work-speed)



import { Step, Steps } from 'fumadocs-ui/components/steps';

The `WorkSpeedRate` setting controls how fast crafting, building, and Pal tasks complete.

Changing Work Speed [#changing-work-speed]

1. Stop your server
2. In the [XGamingServer Panel](https://panel.xgamingserver.com), click **Files**
3. Open `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`
4. Find `WorkSpeedRate` and change it:

```
WorkSpeedRate=2.000000
```

5. Save and start your server

Values [#values]

| Value | Effect                        |
| ----- | ----------------------------- |
| `0.5` | Half speed — slower crafting  |
| `1.0` | Default                       |
| `2.0` | Double speed — popular choice |
| `3.0` | Triple speed                  |
| `5.0` | Very fast crafting            |

> 💡 **Tip:** `2.0` pairs well with `ExpRate=2.0` for a balanced faster-paced server.

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
* [XP Rate](/docs/palworld/xp-rate)
* [Base Worker Limit](/docs/palworld/base-workers)
