diff --git a/docusaurus/docs/advanced/kubernetes.md b/docusaurus/docs/advanced/kubernetes.md index 9f8ece499..65d5a038c 100644 --- a/docusaurus/docs/advanced/kubernetes.md +++ b/docusaurus/docs/advanced/kubernetes.md @@ -1,13 +1,20 @@ --- sidebar_position: 2 +title: Palworld Dedicated Server on Kubernetes +description: How to run Palworld Dedicated server on Kubernetes. +keywords: [Palworld, palworld dedicated server, Palworld Dedicated server kubernetes] +image: ../assets/Palworld_Banner.jpg +sidebar_label: Kubernetes --- + +# Palworld Dedicated Server on Kubernetes -# Kubernetes - -All files you will need to deploy this container to kubernetes are located in the [k8s folder](https://github.com/thijsvanloef/palworld-server-docker/tree/main/k8s). +How to run Palworld Dedicared server on Kubernetes. ## Setup Palworld in kubernetes +All files you will need to deploy this container to kubernetes are located in the [k8s folder](https://github.com/thijsvanloef/palworld-server-docker/tree/main/k8s). + Use the following commands to setup this Palworld container in Kubernetes: * `kubectl apply -f pvc.yaml` diff --git a/docusaurus/docs/assets/Palworld_Banner.jpg b/docusaurus/docs/assets/Palworld_Banner.jpg new file mode 100644 index 000000000..f15a095b5 Binary files /dev/null and b/docusaurus/docs/assets/Palworld_Banner.jpg differ diff --git a/docusaurus/docs/getting-started/configuration/engine-settings.md b/docusaurus/docs/getting-started/configuration/engine-settings.md index e6178d014..c74100731 100644 --- a/docusaurus/docs/getting-started/configuration/engine-settings.md +++ b/docusaurus/docs/getting-started/configuration/engine-settings.md @@ -1,10 +1,15 @@ --- sidebar_position: 3 +title: Palworld Server Engine Settings +description: How to change the Palworld Engine Settings (Engine.ini file) using Docker Environment variables. +keywords: [Palworld, palworld dedicated server, Palworld Engine.ini, palworld engine settings] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Engine Settings --- + +# Palworld Server Engine Settings -# Engine Settings - -Changing Engine Settings with Environment variables. +How to change the Palworld Engine Settings (Engine.ini file) using Docker Environment variables. ## With Environment Variables diff --git a/docusaurus/docs/getting-started/configuration/game-settings.md b/docusaurus/docs/getting-started/configuration/game-settings.md index 48b2644f7..a625a72f0 100644 --- a/docusaurus/docs/getting-started/configuration/game-settings.md +++ b/docusaurus/docs/getting-started/configuration/game-settings.md @@ -1,10 +1,15 @@ --- sidebar_position: 2 +title: Palworld Server Game Settings +description: How to change the Palworld Game Settings (PalWorldSettings.ini file) using Docker Environment variables. +keywords: [Palworld, palworld dedicated server, Palworld PalWorldSettings.ini, palworld game settings, PalWorldSettings.ini] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Game Settings --- + +# Palworld Server Game Settings -# Game Settings - -Changing Game Settings with Environment variables. +How to change the Palworld Game Settings (PalWorldSettings.ini file) using Docker Environment variables. ## With Environment Variables diff --git a/docusaurus/docs/getting-started/configuration/server-commands.md b/docusaurus/docs/getting-started/configuration/server-commands.md index 9754a9796..aed9afd40 100644 --- a/docusaurus/docs/getting-started/configuration/server-commands.md +++ b/docusaurus/docs/getting-started/configuration/server-commands.md @@ -1,10 +1,16 @@ --- sidebar_position: 4 +title: Palworld Dedicated Server Commands (RCON) +description: How to use Palworld Dedicated server commands to manage your server, including Kicking, Banning and teleporting players. +keywords: [Palworld, palworld dedicated server, Palworld Server Commands, Palworld server how to ban player, Palworld server how to kick player] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Server Commands (RCON) --- + +# Palworld Dedicated Server Commands (RCON) -# Server Commands (RCON) - -How to use RCON to interact with the server. +How to use Palworld Dedicated server commands to manage your server, +including Kicking, Banning and teleporting players. ## RCON diff --git a/docusaurus/docs/getting-started/configuration/server-settings.md b/docusaurus/docs/getting-started/configuration/server-settings.md index e73df1c91..bbc440b4c 100644 --- a/docusaurus/docs/getting-started/configuration/server-settings.md +++ b/docusaurus/docs/getting-started/configuration/server-settings.md @@ -1,10 +1,15 @@ --- sidebar_position: 1 +title: Palworld Dedicated Server Settings +description: How to change the Palworld Server Settings using Docker Environment variables. +keywords: [Palworld, palworld dedicated server, Palworld Dedicated server settings, palworld server settings, Palworld Docker Dedicated server settings, palworld Docker server settings] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Server Settings --- + +# Palworld Dedicated Server Settings -# Server Settings - -Changing Server Settings using environment variables. +How to change the Palworld Server Settings using Docker Environment variables. ## Environment variables diff --git a/docusaurus/docs/getting-started/quick-setup.md b/docusaurus/docs/getting-started/quick-setup.md index 566c6e480..11bcb5218 100644 --- a/docusaurus/docs/getting-started/quick-setup.md +++ b/docusaurus/docs/getting-started/quick-setup.md @@ -1,11 +1,19 @@ --- sidebar_position: 1 slug: / +title: Palworld Dedicated server Quick Setup +description: This guide will help you get setup with hosting your Palworld Dedicated server on Docker! This Palworld server quick setup will only take a couple of minutes and you'll have a working server. +keywords: [Palworld, palworld dedicated server, how to setup palworld dedicated server, palworld server docker, palworld docker] +image: ../assets/Palworld_Banner.jpg +sidebar_label: Quick Setup --- + +# Palworld Dedicated server Quick Setup -# Quick Setup +This guide will help you get setup with hosting your Palworld Dedicated server on Docker! +This Palworld server quick setup will only take a couple of minutes and you'll have a working server. -Let's get you on your way with the Palworld Dedicated server! +## Prerequisites :::warning At the moment, Xbox Gamepass/Xbox Console players will not be able to join a dedicated server. @@ -13,8 +21,6 @@ At the moment, Xbox Gamepass/Xbox Console players will not be able to join a ded They will need to join players using the invite code and are limited to sessions of 4 players max. ::: -## Prerequisites - * Virtualization enabled in the BIOS/UEFI * Must have [Docker](https://docs.docker.com/engine/install/) installed diff --git a/docusaurus/docs/guides/discord/discord-webhooks.md b/docusaurus/docs/guides/discord/discord-webhooks.md index 5405d9c54..a0d0877f9 100644 --- a/docusaurus/docs/guides/discord/discord-webhooks.md +++ b/docusaurus/docs/guides/discord/discord-webhooks.md @@ -1,8 +1,18 @@ --- sidebar_position: 1 +title: Palworld Server Discord webhooks +description: How to use the Palworld Dedicated server Discord Webhook integration to get notified when your server is starting, stopping, and updating! +keywords: [Palworld, palworld dedicated server, Palworld dedicated server Discord Webhooks, Palworld Discord Webhooks] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Using Discord Webhooks --- + +# Using discord webhooks with Palworld Server -# Using discord webhooks +How to use the Palworld Dedicated server Discord Webhook integration to +get notified when your server is starting, stopping, and updating! + +## Getting started 1. Generate a webhook url for your discord server in your discord's server settings. diff --git a/docusaurus/docs/known-issues/known-issues.md b/docusaurus/docs/known-issues/known-issues.md index c452bb6fd..f5316cb0f 100644 --- a/docusaurus/docs/known-issues/known-issues.md +++ b/docusaurus/docs/known-issues/known-issues.md @@ -1,10 +1,16 @@ --- sidebar_position: 5 +title: Palworld Dedicated Server Known Issues +description: The current known issues of the Palworld Dedicated server running on Docker, including S_API FAIL, Setting breakpad minidump AppID = 2394010 and more. +keywords: [Palworld, palworld dedicated server, Palworld dedicated server known issues, Palworld dedicated server issues] +image: ../../assets/Palworld_Banner.jpg +sidebar_label: Known issues --- + +# Palworld Dedicated Server Known Issues -# Known Issues - -Known issues of using this Docker image. +The current know issues of the Palworld Dedicated server running on Docker, +including S_API FAIL, Setting breakpad minidump AppID = 2394010 and more. ## PalWorldSettings.ini keeps resetting