Sign inSign up

rdall96/palworld-server

By rdall96

Updated 9 months ago

An easy Palworld server setup with environment configurations!

Image
Web servers
0

1.7K

rdall96/palworld-server repository overview

Palworld Server

A painless Palworld private server setup for Docker!

Usage

Start the container:

    docker run -d \
        --name palworld-server \
        -p 8211:8211/tcp \
        -p 8211:8211/udp \
        -v ./Saved:/palworld/Pal/Saved \
        -e ServerName="Private PalWorld Server" \
        -e ServerDescription="Hosted from Docker!" \
        -e ServerPassword="Gotta catch them Pals!" \
        --restart=unless-stopped \
        palworld

Help menu:

    docker run --rm palworld --help
Docker compose

Start:

    docker-compose -f ./docker-compose.yml up -d

Stop:

    docker-compose stop palworld-server

Configurations:

There are many configurable options when setting up your Palworld server. Below is the translation from variable name to Palword setting/description: () TODO: Add capabilities for the following:

Environment Variable NameDefault ValueDescription
DifficultyNoneDoesn't seem to matter for dedicated servers.
DayTimeSpeedRate1.0Changes how long daytime lasts.
NightTimeSpeedRate1.0Changes how long night lasts.
ExpRate1.0Modifies how much experience you get.
PalCaptureRate1.0How likely you are to capture Pals.
PalSpawnNumRate1.0How frequently Pals spawn.
PalDamageRateAttack1.0How much damage Pals do.
PalDamageRateDefense1.0How much damage Pals take.
PlayerDamageRateAttack1.0How much damage players do.
PlayerDamageRateDefense1.0How much damage players take.
PlayerStomachDecreaceRate1.0Rate at which hunger decreases.
PlayerStaminaDecreaceRate1.0Rate at which stamina decreases.
PlayerAutoHPRegeneRate1.0How quickly HP will be automatically restored when hurt.
PlayerAutoHpRegeneRateInSleep1.0How much HP is regenerated while sleeping.
PalStomachDecreaceRate1.0Rate at which Pal hunger decreases.
PalStaminaDecreaceRate1.0Rate at which Pal stamina decreases.
PalAutoHPRegeneRate1.0How quickly Pal HP will be automatically restored when hurt.
PalAutoHpRegeneRateInSleep1.0How much Pal HP is regenerated while sleeping.
BuildObjectDamageRate1.0Damage to objects.
BuildObjectDeteriorationDamageRate1.0How much damage built objects will take over time.
CollectionDropRate1.0Rate at which items are gathered from things like trees or rocks.
CollectionObjectHpRate1.0How much HP breakable world items have.
CollectionObjectRespawnSpeedRate1.0How quickly objects like trees respawn.
EnemyDropItemRate1.0Frequency enemies will drop items.
DeathPenaltyAllDetermines what is dropped on death. Can be set to none.
bEnableAimAssistPadTrueLets you enable or disable aim assist.
bEnableAimAssistKeyboardFalseLets you enable or disable aim assist.
DropItemMaxNum3000Max amount of dropped items allowed at one time.
BaseCampMaxNum128Max amount of bases that can be built at once.
BaseCampWorkerMaxNum15Max amount of worker Pals that can be at a camp.
DropItemAliveMaxHours1.0How long dropped items will stay spawned before disappearing.
bAutoResetGuildNoOnlinePlayersFalseIf true, a guild will be disbanded if no players are online.
AutoResetGuildTimeNoOnlinePlayers72.0How quickly an inactive guild will be disbanded.
GuildPlayerMaxNum20Max guild player number.
PalEggDefaultHatchingTime72.0How long it takes to hatch Pal eggs.
WorkSpeedRate1.0How quickly Pals work.
CoopPlayerMaxNum4Max amount of players in a party.
ServerPlayerMaxNum32Max players allowed on a server (caps at 32).
ServerName"Default Palworld Server"The server display name. (DUH)
ServerDescription""What is shown when selecting the server in the list.
AdminPassword""Password used to grant admin access.
ServerPassword""Password needed for regular players to join.

Tag summary

Content type

Image

Digest

sha256:737e53d9e

Size

3.1 GB

Last updated

9 months ago

docker pull rdall96/palworld-server