# Enable Global Palbox on Your Palworld Server (/docs/palworld/global-palbox)



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

The Global Palbox lets players save and transfer Pals across different servers.

Settings [#settings]

In `Pal/Saved/Config/LinuxServer/PalWorldSettings.ini`:

| Setting                    | Default | Description                                     |
| -------------------------- | ------- | ----------------------------------------------- |
| `bAllowGlobalPalboxExport` | `True`  | Allow players to save Pals to Global Palbox     |
| `bAllowGlobalPalboxImport` | `False` | Allow players to import Pals from Global Palbox |

Enable Full Global Palbox [#enable-full-global-palbox]

```
bAllowGlobalPalboxExport=True
bAllowGlobalPalboxImport=True
```

Disable Global Palbox Entirely [#disable-global-palbox-entirely]

```
bAllowGlobalPalboxExport=False
bAllowGlobalPalboxImport=False
```

> 💡 **Tip:** Many competitive servers disable import to prevent players from bringing overpowered Pals from other servers. Export is usually safe to leave on.

Related Guides [#related-guides]

* [Server Configuration](/docs/palworld/server-settings)
