Coder Social home page Coder Social logo

palserver's Introduction

palserver

This is PalWorld Server, runnable in docker. This will spin up an ubuntu image, download steamcmd, palserver and dependencies and then run it. Entrypoint is directly on the PalServer.sh, so you can supply all launch options you want.

Installation

0. Docker Installation

First, make sure you have docker installed. Follow instructions from this page for your platform: https://docs.docker.com/engine/install/

1. Save dockerfile into a directory and run a terminal inside of it. Recommended way:

# Run this in a windows terminal, or a linux shell
git clone https://github.com/f8upd8/palserver.git
cd palserver

2. Build & Run Docker Image

# Server build command
docker build . --tag palserver
# Fill the < > brackets in the command and run it
docker run \
 -p <SERVER PORT>:8211/tcp \
 -p <SERVER PORT>:8211/udp \
 --mount type=bind,source="<PATH WHERE YOU WANT YOUR SERVER DATA AND CONFIG SAVED>",target=/srv/palworld/Pal/Saved \
 -d --restart=<Restart Policy) palworld port=<SERVER PORT> <AFTER THIS YOU CAN SPECIFY OTHER LAUNCH OPTIONS>
# Or just use suggested defaults, your server's files will be saved into the current directory in the *Saved* folder and with default 8211 port.
docker run -p 8211:8211/tcp -p 8211:8211/udp --mount type=bind,source="./Saved",target=/srv/palworld/Pal/Saved -d --restart=unless-stopped palworld port=8211
# With this, server should be working.

Advanced Configuration

#TODO

palserver's People

Contributors

f8upd8 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.