GithubHelp home page GithubHelp logo

r3ps4j / palworld-arm64 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nitrog0d/palworld-arm64

0.0 0.0 0.0 11 KB

Palworld Arm64 Dedicated server with Docker and FEX

Shell 91.34% Dockerfile 8.66%

palworld-arm64's Introduction

Palworld Arm64 Dedicated Server

Runs SteamCMD and Palworld with FEX (Only tested on Oracle Cloud free tier)

Getting started

  1. Make a docker-compose.yml file in a folder of your choice
  2. Create palworld sub-directory on the folder and ensure the right permissions are set (see PUID and PGID environment variables).
  3. Start via docker compose up -d (Starts detached, you can use docker compose down to stop it)
  4. After first start, stop the server, setup your config at palworld/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini and start it again
  5. The default port for your server is 8211 (UDP)

Docker Compose

version: '3.9'
services:
  palworld-server:
    image: 'ghcr.io/r3ps4j/palworld-arm64:latest'
    container_name: 'palworld-server'
    ports:
      - '8211:8211/udp'
    environment:
      - PUID=1000
      - PGID=1000
      - ALWAYS_UPDATE_ON_START=true
      - MULTITHREAD_ENABLED=true
      - COMMUNITY_SERVER=false
    restart: 'unless-stopped'
    volumes:
      - './palworld:/palworld'

Environment variables

There are 3 environment variables you can set, everything else is configurable through the PalWorldSettings.ini file.

Variable Description Values
ALWAYS_UPDATE_ON_START Always update the server on start true/false
MULTITHREAD_ENABLED Enable multithreading true/false
COMMUNITY_SERVER Enable community server true/false

More information on multithreading and community server (and other settings): https://tech.palworldgame.com/dedicated-server-guide

Based on

palworld-arm64's People

Contributors

nitrog0d avatar r3ps4j avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.