Coder Social home page Coder Social logo

palworld-server-deploy-script's Introduction

Palworld Server Deployment Script

幻兽帕鲁 (Palworld)服务器一键部署脚本

This is a convenient one-click deployment script designed to facilitate the setup of a Palworld server. Before using it, make sure you have created a server account named "steam" If not, follow these steps:


这是一个方便快捷的一键部署脚本,旨在为幻兽帕鲁服务器的搭建提供便利。在使用之前,请确保你已经创建了一个名为 "steam" 的服务器账号。如果没有,请按照以下步骤创建:

  1. 执行以下命令创建 "steam" 账号,并设置密码:

    sudo useradd -m steam
    sudo passwd steam
  2. 为 "steam" 账号添加 sudo 权限,使其可以执行 sudo 命令:

    sudo echo "steam   ALL=(ALL:ALL) ALL" >> /etc/sudoers

    如果在执行 sudo 命令时仍然显示没有权限,可以使用 vim 编辑 /etc/sudoers 文件

    vim /etc/sudoers

    在文件中添加:steam ALL=(ALL:ALL) ALL

  3. 切换到 "steam" 账号:

    sudo -u steam -s
    cd /home/steam
  4. 下载执行部署脚本: install.sh

远程安装指令:

   wget -O - https://github.com/kirklin/palworld-server-deploy-script/raw/main/install.sh | sh

注意事项

如果你使用云服务器,确保开放8211端口防火墙规则。这是游戏服务器通信所需的端口。

palworld-server-deploy-script's People

Contributors

kirklin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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