From 25fbae20f6317706751db6b37ca4f3a28aca1dbb Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Fri, 26 Jul 2024 15:55:54 +0200
Subject: [PATCH 01/13] feat: added Xbox section to Palworld dedi server guides
---
docs/dedicated-windows-palworld.md | 29 +++++++++++++++++++
docs/vserver-windows-palworld.md | 29 +++++++++++++++++++
.../current/dedicated-windows-palworld.md | 29 +++++++++++++++++++
.../current/vserver-windows-palworld.md | 29 +++++++++++++++++++
4 files changed, 116 insertions(+)
diff --git a/docs/dedicated-windows-palworld.md b/docs/dedicated-windows-palworld.md
index f5b6b0cec..72a1912a1 100644
--- a/docs/dedicated-windows-palworld.md
+++ b/docs/dedicated-windows-palworld.md
@@ -117,6 +117,35 @@ You will be able to find the **PalWorldSettings.ini** configuration file. Throug
If you do not see this file, please start your server at least **once** for this to be generated automatically. Alternatively, you can copy and use the default settings from the `steamapps/common/PalServer/DefaultPalWorldSettings.ini` path.
:::
+### Enable Xbox Mode
+
+Palworld dedicated servers now come with the ability to change and function as an Microsoft Store/Xbox dedicated server to allow Xbox players and Microsoft Store PC players to play on their own server together.
+
+:::note
+Cross-play between Steam & Microsoft Store/Xbox game versions is still not possible. Your server can either be set to work for Steam or for Microsoft Store/Xbox.
+:::
+
+Navigate to the following directory and open the **PalWorldSettings.ini** file:
+```
+../steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
+```
+
+Into this file, add the following snippet to enable Xbox mode:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Save the file and the next time you launch the server it will be in Xbox mode.
+
+:::info
+On Xbox consoles, you cannot connect directly via the IP Address therefore if you plan to play on Xbox consoles, you will have to make your dedicated server public.
+
+You can do this by creating a new `StartServer.bat` file in the root directory and populating it with: `PalServer.exe -publiclobby`. The special `-publiclobby` start up flag enables Community Server mode making it accessible in the server list.
+
+You should also set a server name that can be easily found, view our [Palworld Server Configuration guide](palworld-configuration.md) on how to do this.
+:::
+
## Starting & Connecting to your server
Now it is time to start your server. You may be required to install [DirectX runtime](https://www.microsoft.com/en-gb/download/details.aspx?id=35) if you do not have it already on your Windows Dedicated Server.
diff --git a/docs/vserver-windows-palworld.md b/docs/vserver-windows-palworld.md
index 3f7add3f6..62c283eac 100644
--- a/docs/vserver-windows-palworld.md
+++ b/docs/vserver-windows-palworld.md
@@ -116,6 +116,35 @@ You will be able to find the **PalWorldSettings.ini** configuration file. Throug
If you do not see this file, please start your server at least **once** for this to be generated automatically. Alternatively, you can copy and use the default settings from the `steamapps/common/PalServer/DefaultPalWorldSettings.ini` path.
:::
+### Enable Xbox Mode
+
+Palworld dedicated servers now come with the ability to change and function as an Microsoft Store/Xbox dedicated server to allow Xbox players and Microsoft Store PC players to play on their own server together.
+
+:::note
+Cross-play between Steam & Microsoft Store/Xbox game versions is still not possible. Your server can either be set to work for Steam or for Microsoft Store/Xbox.
+:::
+
+Navigate to the following directory and open the **PalWorldSettings.ini** file:
+```
+../steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
+```
+
+Into this file, add the following snippet to enable Xbox mode:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Save the file and the next time you launch the server it will be in Xbox mode.
+
+:::info
+On Xbox consoles, you cannot connect directly via the IP Address therefore if you plan to play on Xbox consoles, you will have to make your dedicated server public.
+
+You can do this by creating a new `StartServer.bat` file in the root directory and populating it with: `PalServer.exe -publiclobby`. The special `-publiclobby` start up flag enables Community Server mode making it accessible in the server list.
+
+You should also set a server name that can be easily found, view our [Palworld Server Configuration guide](palworld-configuration.md) on how to do this.
+:::
+
## Starting & Connecting to your server
Now it is time to start your server. You may be required to install [DirectX runtime](https://www.microsoft.com/en-gb/download/details.aspx?id=35) if you do not have it already on your Windows VPS.
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-windows-palworld.md b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-windows-palworld.md
index d9e96e89b..b59ae1f73 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-windows-palworld.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-windows-palworld.md
@@ -117,6 +117,35 @@ Dort findest du die Konfigurationsdatei **PalWorldSettings.ini**. Über diese Da
Wenn du diese Datei nicht siehst, starte deinen Server bitte mindestens **einmal**, damit sie automatisch erstellt wird. Alternativ kannst du auch die Standardeinstellungen aus dem Pfad `steamapps/common/PalServer/DefaultPalWorldSettings.ini` kopieren und verwenden.
:::
+### Xbox-Modus aktivieren
+
+Die Palworld Dedicated Server können jetzt als Microsoft Store/Xbox Dedicated Server umgestellt werden, damit Xbox-Spieler und Microsoft Store PC-Spieler gemeinsam auf ihrem eigenen Server spielen können.
+
+:::note
+Cross-Play zwischen Steam & Microsoft Store/Xbox Spielversionen ist immer noch nicht möglich. Dein Server kann entweder für Steam oder für Microsoft Store/Xbox eingestellt werden.
+:::
+
+Navigiere in das folgende Verzeichnis und öffne die Datei **PalWorldSettings.ini**:
+```
+../steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
+```
+
+Füge in diese Datei den folgenden Abschnitt ein, um den Xbox-Modus zu aktivieren:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Speichere die Datei und das nächste Mal, wenn du den Server startest, wird er im Xbox-Modus sein.
+
+:::info
+Auf Xbox-Konsolen kannst du dich nicht direkt über die IP-Adresse verbinden. Wenn du also auf Xbox-Konsolen spielen willst, musst du deinen dedizierten Server öffentlich machen.
+
+Dazu erstellst du eine neue Datei `StartServer.bat` im Hauptverzeichnis und füllst sie mit: `PalServer.exe -publiclobby`. Das spezielle Startflag `-publiclobby` aktiviert den Community Server Modus und macht ihn in der Serverliste zugänglich.
+
+Du solltest auch einen Servernamen festlegen, der leicht gefunden werden kann. Wie das geht, kannst du in unserer [Palworld Server Configuration guide](palworld-configuration.md) nachlesen.
+:::
+
## Starten und Verbinden mit deinem Server
Jetzt ist es an der Zeit, deinen Server zu starten. Möglicherweise musst du [DirectX Runtime](https://www.microsoft.com/en-gb/download/details.aspx?id=35) installieren, wenn du es nicht bereits auf deinem Windows VPS hast.
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-palworld.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-palworld.md
index 68817ac80..9aa91180c 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-palworld.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-palworld.md
@@ -117,6 +117,35 @@ Dort findest du die Konfigurationsdatei **PalWorldSettings.ini**. Über diese Da
Wenn du diese Datei nicht siehst, starte deinen Server bitte mindestens **einmal**, damit sie automatisch erstellt wird. Alternativ kannst du auch die Standardeinstellungen aus dem Pfad `steamapps/common/PalServer/DefaultPalWorldSettings.ini` kopieren und verwenden.
:::
+### Xbox-Modus aktivieren
+
+Die Palworld Dedicated Server können jetzt als Microsoft Store/Xbox Dedicated Server umgestellt werden, damit Xbox-Spieler und Microsoft Store PC-Spieler gemeinsam auf ihrem eigenen Server spielen können.
+
+:::note
+Cross-Play zwischen Steam & Microsoft Store/Xbox Spielversionen ist immer noch nicht möglich. Dein Server kann entweder für Steam oder für Microsoft Store/Xbox eingestellt werden.
+:::
+
+Navigiere in das folgende Verzeichnis und öffne die Datei **PalWorldSettings.ini**:
+```
+../steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
+```
+
+Füge in diese Datei den folgenden Abschnitt ein, um den Xbox-Modus zu aktivieren:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Speichere die Datei und das nächste Mal, wenn du den Server startest, wird er im Xbox-Modus sein.
+
+:::info
+Auf Xbox-Konsolen kannst du dich nicht direkt über die IP-Adresse verbinden. Wenn du also auf Xbox-Konsolen spielen willst, musst du deinen dedizierten Server öffentlich machen.
+
+Dazu erstellst du eine neue Datei `StartServer.bat` im Hauptverzeichnis und füllst sie mit: `PalServer.exe -publiclobby`. Das spezielle Startflag `-publiclobby` aktiviert den Community Server Modus und macht ihn in der Serverliste zugänglich.
+
+Du solltest auch einen Servernamen festlegen, der leicht gefunden werden kann. Wie das geht, kannst du in unserer [Palworld Server Configuration guide](palworld-configuration.md) nachlesen.
+:::
+
## Starten und Verbinden mit deinem Server
Jetzt ist es an der Zeit, deinen Server zu starten. Möglicherweise musst du [DirectX Runtime](https://www.microsoft.com/en-gb/download/details.aspx?id=35) installieren, wenn du es nicht bereits auf deinem Windows VPS hast.
From a5b2be638bc5a146b1960aeb57f6f5f95870d6e8 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 00:09:53 +0200
Subject: [PATCH 02/13] tweak: Xbox info in Palworld GS config guide
---
docs/palworld-configuration.md | 26 +++++++++++++++++++
.../current/palworld-configuration.md | 26 +++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/docs/palworld-configuration.md b/docs/palworld-configuration.md
index 666b50976..9cdc950af 100644
--- a/docs/palworld-configuration.md
+++ b/docs/palworld-configuration.md
@@ -65,6 +65,32 @@ The final method of accessing the raw file, is through FTP. If you are not famil
## Server Configuration Options
+### Enable Xbox Mode
+
+:::tip
+We have a separate **Palword (Xbox)** game version now available on our Gameservers, which sets this up automatically for you! Check out our [Game server Switch guide](gameserver-gameswitch.md) to learn how to easily switch your game. Make sure to backup your saves as always.
+:::
+
+Palworld dedicated servers now come with the ability to change and function as an Microsoft Store/Xbox dedicated server to allow Xbox players and Microsoft Store PC players to play on their own server together.
+
+:::note
+Cross-play between Steam & Microsoft Store/Xbox game versions is still not possible. Your server can either be set to work for Steam or for Microsoft Store/Xbox.
+:::
+
+Access the **PalWorldSettings.ini** file on your server and add the following snippet to enable Xbox mode:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Save the file and the next time you launch the server it will be in Xbox mode.
+
+:::info
+On Xbox consoles, you cannot connect directly via the IP Address therefore if you plan to play on Xbox consoles, you will have to make your dedicated server public.
+
+You should also set a server name that can be easily found, view our [Palworld Server Configuration guide](palworld-configuration.md) on how to do this.
+:::
+
### Important Server Settings
These are server configuration options which are essential for customising your server's listing, protecting it through passwords and more internal settings.
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/palworld-configuration.md b/i18n/de/docusaurus-plugin-content-docs/current/palworld-configuration.md
index fc15c0def..97cf69337 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/palworld-configuration.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/palworld-configuration.md
@@ -67,6 +67,32 @@ Die letzte Methode, um auf die Rohdatei zuzugreifen, ist über FTP. Wenn du dich
## Server-Konfigurationsoptionen
+### Aktiviere den Xbox-Modus
+
+:::tip
+Wir haben jetzt eine separate **Palword (Xbox)** Spielversion auf unseren Gameservern, die dies automatisch für dich einrichtet! Schau dir unsere [Anleitung zum Gameserver-Wechsel](gameserver-gameswitch.md) an, um zu erfahren, wie du ganz einfach umschalten kannst. Stelle sicher, dass du deine Spielstände wie immer sicherst.
+:::
+
+Die Palworld Dedicated Server können jetzt auch als Microsoft Store/Xbox Dedicated Server umgestellt werden, damit Xbox-Spieler und Microsoft Store PC-Spieler gemeinsam auf ihrem eigenen Server spielen können.
+
+:::note
+Cross-Play zwischen Steam & Microsoft Store/Xbox Spielversionen ist immer noch nicht möglich. Dein Server kann entweder für Steam oder für Microsoft Store/Xbox eingestellt werden.
+:::
+
+Rufe die Datei **PalWorldSettings.ini** auf deinem Server auf und füge den folgenden Ausschnitt hinzu, um den Xbox-Modus zu aktivieren:
+```
+[/Script/Pal.PalGameWorldSettings]
+OptionSettings=(AllowConnectPlatform=Xbox)
+```
+
+Speichere die Datei und das nächste Mal, wenn du den Server startest, wird er im Xbox-Modus sein.
+
+:::info
+Auf Xbox-Konsolen kannst du dich nicht direkt über die IP-Adresse verbinden. Wenn du also auf Xbox-Konsolen spielen willst, musst du deinen dedizierten Server öffentlich machen.
+
+Du solltest auch einen Servernamen festlegen, der leicht gefunden werden kann. Wie das geht, kannst du in unserer [Palworld Server Configuration guide](palworld-configuration.md) nachlesen.
+:::
+
### Wichtige Servereinstellungen
Dies sind Serverkonfigurationsoptionen, die wichtig sind, um die Auflistung deines Servers anzupassen, ihn durch Passwörter zu schützen und weitere interne Einstellungen vorzunehmen.
From 3404e3f42440fb34e5beea6be1da507b15874301 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 00:14:10 +0200
Subject: [PATCH 03/13] tweak: add xbox version note to other GS guides
---
docs/palworld-connect.md | 4 ++++
docs/palworld-firststeps-dashboard.md | 4 ++++
.../current/palworld-connect.md | 5 +++++
.../current/palworld-firststeps-dashboard.md | 4 ++++
4 files changed, 17 insertions(+)
diff --git a/docs/palworld-connect.md b/docs/palworld-connect.md
index 990c19b0f..fb929c013 100644
--- a/docs/palworld-connect.md
+++ b/docs/palworld-connect.md
@@ -14,6 +14,10 @@ import InlineVoucher from '@site/src/components/InlineVoucher';
In this guide, we will explore how to connect to your Palworld server. We recommend configurating the server to your likings beforehand, learn more about this through our [Palworld Configuration guide](palworld-configuration.md).
+:::tip
+We have a separate **Palword (Xbox)** game version now available on our Gameservers, which allows you to play on Xbox/Microsoft Store game versions. Check out our [Game server Switch guide](gameserver-gameswitch.md) to learn how to easily switch your game. Make sure to backup your saves as always.
+:::
+
diff --git a/docs/palworld-firststeps-dashboard.md b/docs/palworld-firststeps-dashboard.md
index 401c4e947..2ae46ebe0 100644
--- a/docs/palworld-firststeps-dashboard.md
+++ b/docs/palworld-firststeps-dashboard.md
@@ -16,6 +16,10 @@ You are interested in an **Palworld server** or already own one, but you still l
After going through this guide, you will easily be able to manage your server efficiently and find all the necessary options and features quickly and easily. Here, you will get a structured overview that will help you step by step to get familiar with the server administration and expand your knowledge in a targeted manner. This way, you can ensure that your **Palworld server** is optimally adapted to your needs and that you get the most out of the available options.
+:::tip
+We have a separate **Palword (Xbox)** game version now available on our Gameservers, which allows you to play on Xbox/Microsoft Store game versions. Check out our [Game server Switch guide](gameserver-gameswitch.md) to learn how to easily switch your game. Make sure to backup your saves as always.
+:::
+
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/palworld-connect.md b/i18n/de/docusaurus-plugin-content-docs/current/palworld-connect.md
index 3e3da4800..59cef2bbe 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/palworld-connect.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/palworld-connect.md
@@ -11,8 +11,13 @@ import YouTube from '@site/src/components/YouTube/YouTube';
import InlineVoucher from '@site/src/components/InlineVoucher';
## Einführung
+
In dieser Anleitung erfährst du, wie du dich mit deinem Palworld-Server verbinden kannst. Wir empfehlen, den Server vorher nach deinen Wünschen zu konfigurieren. Mehr darüber erfährst du in unserer [Palworld-Konfigurationsanleitung](palworld-configuration.md).
+:::tip
+Wir haben jetzt eine separate **Palword (Xbox)** Spielversion auf unseren Gameservern, mit der du auf Xbox/Microsoft Store Spielversionen spielen kannst. In unserer [Anleitung zum Gameserver-Wechsel](gameserver-gameswitch.md) erfährst du, wie du dein Spiel ganz einfach wechseln kannst. Achte darauf, dass du deine Spielstände wie immer sicherst.
+:::
+
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/palworld-firststeps-dashboard.md b/i18n/de/docusaurus-plugin-content-docs/current/palworld-firststeps-dashboard.md
index 258984401..813c36abb 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/palworld-firststeps-dashboard.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/palworld-firststeps-dashboard.md
@@ -13,6 +13,10 @@ import InlineVoucher from '@site/src/components/InlineVoucher';
## Einführung
Du bist an einem **Palworld Server** interessiert oder besitzt bereits einen, doch dir fehlt noch ein umfassender Überblick über die Verwaltung und die Auffindbarkeit aller notwendigen Optionen? Gerade zu Beginn kann dies eine Herausforderung darstellen. Aber keine Sorge, im Folgenden bieten wir dir eine ausführliche Einführung zur Verwaltung deines Dienstes, damit du den optimalen Durchblick hast. Nachdem du diese Anleitung durchgegangen bist, wirst du problemlos in der Lage sein, deinen Server effizient zu verwalten und alle erforderlichen Optionen sowie Features zügig und unkompliziert zu finden. Hier erhältst du einen strukturierten Überblick, der dir Schritt für Schritt hilft, dich mit der Serververwaltung vertraut zu machen und dein Wissen gezielt zu erweitern. So kannst du sicherstellen, dass dein **Palworld Server** optimal auf deine Bedürfnisse abgestimmt ist und du das Beste aus den vorhandenen Möglichkeiten herausholst.
+
+:::tip
+Wir haben jetzt eine separate **Palword (Xbox)** Spielversion auf unseren Gameservern, mit der du auf Xbox/Microsoft Store Spielversionen spielen kannst. In unserer [Anleitung zum Gameserver-Wechsel](gameserver-gameswitch.md) erfährst du, wie du dein Spiel ganz einfach wechseln kannst. Achte darauf, dass du deine Spielstände wie immer sicherst.
+:::
From 572d4e203f99cddae23403d1f077423f704c5644 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 01:57:39 +0200
Subject: [PATCH 04/13] refactor: windows no internet guide
---
docs/vserver-windows-nointernet.md | 87 ++++++++-------
.../current/vserver-windows-nointernet.md | 103 +++++++++---------
2 files changed, 102 insertions(+), 88 deletions(-)
diff --git a/docs/vserver-windows-nointernet.md b/docs/vserver-windows-nointernet.md
index 824c30de4..52a0ac13a 100644
--- a/docs/vserver-windows-nointernet.md
+++ b/docs/vserver-windows-nointernet.md
@@ -1,8 +1,8 @@
---
id: vserver-windows-nointernet
-title: "VPS: No Internet what now?"
-description: Information on how to solve issues with non existing internet connection on windows vRootserver from ZAP-Hosting does not show Internet access - ZAP-Hosting.com documentation
-sidebar_label: No Internet what now?
+title: "VPS: Troubleshoot No Internet"
+description: Information on how to troubleshoot and resolve network and internet issues on Windows vRootserver from ZAP-Hosting - ZAP-Hosting.com documentation
+sidebar_label: Troubleshoot No Internet
services:
- vserver
---
@@ -11,37 +11,51 @@ import InlineVoucher from '@site/src/components/InlineVoucher';
## Introduction
-An interrupted or faulty Internet connection can be caused by various reasons, such as incorrect IP address, subnet mask, gateway, DNS server or firewall settings. In the following, we will explain how you can check, identify and fix these possible issues.
-
+An interrupted or faulty internet connection can be caused by various reasons, such as incorrect IP address, subnet mask, gateway, DNS server or firewall settings. In this guide, we will explain how you can troubleshoot and resolve potential network issues.
+
-## Access without Internet
+## VNC Access without Internet
-In case you don't have RDP access due to a non-functional Internet connection, an alternative is to use the VNC (Virtual Network Computing) console. This option allows you to access the service and solve issues even if the Internet connection is not functional. You can access it by opening the **Tools** section in your Dashboard and selecting the **VNC Console**. There you can activate the console by using the green "Open Web Client" button and then logging in with your usual credentials.
+In case you aren't able to connect to your server through RDP (Remote Desktop) due to a non-functional internet connection, an alternative is to use the VNC (Virtual Network Computing) console which is available on our website.
-![img](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
+This option allows you to access your server and resolve issues even if the internet connection is not functional. You can access it by heading over to the **Tools->VNC-Console** section on your server's web interface panel.
+On this page, you will be able to activate the console by using the **Open Web Client** button and logging in with your usual credentials.
+![image](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
-## Troubleshooting
+## Troubleshooting Methods
-### Step 1: IP address, subnet mask, gateway settings
+### Check IP address, Subnet Mask, Gateway Settings
-If the Internet connection is not functional, this may be due to incorrect configuration of the IP address, subnet mask, and gateway. In this case, make sure that the correct information is entered. You can see the information about your IP address, subnet mask and gateway in your dashboard under Settings at IP Addresses.
+The first troubleshooting step is to ensure that the technical configuration for the network adapter on your server is all correct, which includes the IP address, subnet mask and the gateway.
-Now open the network settings of your server's operating system. You can find them under Windows Settings -> Network and Internet -> Change Adapter Options -> Network Adapter -> Properties -> Internet Protocol, Version 4 (TCP/IPv4).
+Begin by heading over to the **Settings->IP-Addresses** section on your server's web interface panel where you will be able to view all of the IP Addresses that you currently rent with your service.
-![img](https://screensaver01.zap-hosting.com/index.php/s/xYSSa2txkRkM4bx/preview)
+Now access your server via RDP or the VNC Console if you are facing issues. Head over into your Windows Network Adapter Settings by going into:
+```
+Settings -> Network and Internet -> Change Adapter Options -> Network Adapter
+```
+Find the **Internet Protocol, Version 4 (TCP/IPv4)** option in the list and select **Properties**.
+![image](https://screensaver01.zap-hosting.com/index.php/s/xYSSa2txkRkM4bx/preview)
-Compare the information with the information from the web interface and correct those if necessary. In our network we normally use network class C with a subnet mask of 255.255.255.0. For the default gateway you use the information of your IP address. However, the last octet must be changed to the value 1 (XXX.XXX.XXX.XXX -> XXX.XXX.XXX.1).
+#### Configuring Adapter
+Compare the information found in the adapter and ensure that they are set to the following:
+- IP Address: This should be the IP Address found on the **IP-Addresses** page on the web interface.
+- Subnet Mask: This should usually be `255.255.255.0` as our network uses network class C.
+- Default Gateway: This should be your IP Address the same as the first value with the last octet (`.xxx`) removed and replaced with a `.1` instead.
+#### Example Setup
-**Example**
+:::info
+Please note this is an **example** that we provide to make it easier to understand. You should replace the IP Address with your own server's IP address.
+:::
-If for example a service has the IP address "185.223.28.163", then the configuration would look like this:
+With an IP address of `185.223.28.163`, your configuration should look like the following:
| Setting | Value |
| --------------- | -------------- |
@@ -49,40 +63,35 @@ If for example a service has the IP address "185.223.28.163", then the configura
| Subnet mask | 255.255.255.0 |
| Default gateway | 185.223.28.1 |
+![image](https://screensaver01.zap-hosting.com/index.php/s/PTjQZc5gqP2okAC/preview)
+Once ready, press **Ok** to apply the changes. We recommend restarting the server in order to complete the troubleshooting process.
-![img](https://screensaver01.zap-hosting.com/index.php/s/PTjQZc5gqP2okAC/preview)
-
-
-
-Click on "Ok" to apply the changes. In certain situations, it may be necessary to restart the service in order to complete the troubleshooting process.
-
-
-
-### Step 2: DNS server settings
-
-If the Internet connection is still not functional, then this may also be due to a non-functional DNS server. Try replacing the missing or existing DNS server if it is not functional. There are several DNS server options available, for example, the well-known DNS server solutions from Google and Cloudflare.
-
-| DNS-Server | IP-Adresses |
-| ---------- | ------------------------------------------- |
-| Google | Preferred: 8.8.8.8 Alternate: 8.8.4.4
|
-| Cloudflare | Preferred: 1.1.1.1 Alternate: 1.0.0.1
|
-
-![img](https://screensaver01.zap-hosting.com/index.php/s/oqcR5BHBKLa3ink/preview)
+### DNS Server settings
+Another troubleshooting step if you continue to face issues with using the internet is to ensure that the DNS Server is configured correctly. You should replace the missing or existing DNS server values with a known host.
+We recommend using either Google's or Cloudflare's DNS servers as they are widely-used and reliable.
-Click on "Ok" to apply the changes. In certain situations, it may be necessary to restart the service in order to complete the troubleshooting process.
+| DNS Provider | DNS Server Values |
+| ------------ | ------------------------------------- |
+| Google | Preferred: 8.8.8.8 / Alternate: 8.8.4.4 |
+| Cloudflare | Preferred: 1.1.1.1 / Alternate: 1.0.0.1 |
+![image](https://screensaver01.zap-hosting.com/index.php/s/oqcR5BHBKLa3ink/preview)
+Once ready, press **Ok** again to apply the changes. Here we also recommend restarting the server in order to complete the troubleshooting process.
-### Step 3: Firewall settings
+### Firewall Settings
-Another possibility for a missing or faulty Internet connection can be caused by an incorrect configuration of the firewall. This can usually be quickly identified by temporarily disabling the firewall. If the problem does not occur afterwards, a specific firewall rule will prevent the necessary exchange of information.
+The final troubleshooting step is to ensure that the Windows Firewall is configured appropriately.
-![img](https://screensaver01.zap-hosting.com/index.php/s/zpfaByLkxPj8XtH/preview)
+We recommend attempting to disable the entire Windows Firewall temporarily to see if the issues persist. Use the search function on Windows to open up **Windows Firewall Settings** and select the **Turn Windows Defender Firewall on or off** option on the left section.
-In this case, you need to make sure that you check the latest changes in detail and fix them. Alternatively, you can reset the Windows Firewall rules by clicking Restore Default Policy under Actions.
+![image](https://screensaver01.zap-hosting.com/index.php/s/bWcPqHcCZ7ajJSA/preview)
+If the issues are resolved when the firewall is disabled, it is likely that the root cause of your issue will be a firewall misconfiguration.
+The solution for the firewall is highly dependant on the issue that you are facing. Please use our [Windows port forwarding guide](vserver-windows-port.md) if you need further assistance managing firewall rules.
+As a last resort, you can also attempt resetting the Windows Firewall rules entirely back to default settings by using the **Restore defaults** option on the previous section.
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
index 80e6b2ad3..d702bba2f 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
@@ -1,92 +1,97 @@
---
id: vserver-windows-nointernet
-title: "vServer: Kein Internet, was nun?"
-description: Informationen zur Lösung von Problemen mit nicht vorhandener Internetverbindung unter Windows vRootserver von ZAP-Hosting zeigt keinen Internetzugang - ZAP-Hosting.com Dokumentation
-sidebar_label: Kein Internet, was nun?
+title: "VPS: Fehlersuche bei fehlendem Internet"
+description: Informationen zur Fehlersuche und Behebung von Netzwerk- und Internetproblemen auf Windows vRootserver von ZAP-Hosting - ZAP-Hosting.com Dokumentation
+sidebar_label: Fehlersuche bei fehlendem Internet
services:
- vserver
---
import InlineVoucher from '@site/src/components/InlineVoucher';
-
+
## Einführung
-Eine unterbrochene oder fehlerhafte Internetverbindung kann auf unterschiedliche Ursachen zurückzuführen sein, wie beispielsweise falsche Einstellungen der IP-Adresse, Subnetzmaske, Gateway, DNS-Server oder Firewall. Im Folgenden werden wir dir erläutern, wie du diese möglichen Probleme überprüfen, identifizieren und beheben kannst.
+Eine unterbrochene oder fehlerhafte Internetverbindung kann verschiedene Ursachen haben, z. B. eine falsche IP-Adresse, Subnetzmaske, Gateway, DNS-Server oder Firewall-Einstellungen. In diesem Leitfaden erklären wir dir, wie du mögliche Netzwerkprobleme beheben kannst.
+
+## VNC-Zugang ohne Internet
-## Zugriff ohne Internet
-
-Falls du aufgrund einer nicht funktionalen Internetverbindung keinen RDP-Zugriff hast, bietet sich die Verwendung der VNC-Konsole (Virtual Network Computing) als Alternative an. Diese Option ermöglicht es dir, auf den Dienst zuzugreifen und Probleme zu lösen, selbst wenn die Internetverbindung nicht funktional ist. Du kannst darauf zugreifen, indem du in deinem Dashboard den Bereich **Werkzeuge** öffnest und die **VNC-Konsole** auswählst. Dort kannst du die Konsole aktivieren, indem du den grünen "Webclient öffnen" Button verwendest und dich anschließend mit deinen gewohnten Zugangsdaten einloggst.
-
-![img](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
-
-
-
-## Problembehebung
-
-
-
-### Schritt 1: IP-Adresse, Subnetzmask, Gateway Einstellungen
-
-Wenn die Internetverbindung nicht funktional ist, dann kann dies an einer falschen Konfiguration der IP-Adresse, Subnetzmaske, und Gateway liegen. In dem Fall muss sichergestellt werden, dass die richtigen Informationen eingetragen sind. Die Informationen zu deiner IP-Adresse, Subnetzmaske und Gateway kannst du in deinem Dashboard unter Einstellungen bei IP-Adresses einsehen.
-
-Öffne nun die Netzwerkeinstellungen bei dem Betriebssystem deines Servers. Diese kannst du unter den Windows Einstellungen bei Netzwerk und Internet -> Adapteroptionen ändern -> Netzwerk Adapter -> Eigenschaften -> Internetprotokoll, Version 4 (TCP/IPv4) aufrufen.
-
-![img](https://screensaver01.zap-hosting.com/index.php/s/QmcworojD6pMQby/preview)
-
-
+Falls du dich aufgrund einer nicht funktionierenden Internetverbindung nicht über RDP (Remote Desktop) mit deinem Server verbinden kannst, gibt es eine Alternative: die VNC-Konsole (Virtual Network Computing), die auf unserer Website zur Verfügung steht.
-In den Eigenschaften muss nun sichergestellt werden, dass die korrekten Informationen zur IP-Adresse, Subnetzmaske, und Gateway hinterlegt sind. Gleiche die Informationen dazu mit denen aus dem Webinterface ab und korrigiere diese bei Notwendigkeit. In den Eigenschaften solltest du sicherstellen, dass die richtigen Informationen für die IP-Adresse, Subnetzmaske und das Gateway eingetragen sind.
+Mit dieser Option kannst du auf deinen Server zugreifen und Probleme beheben, auch wenn die Internetverbindung nicht funktioniert. Du kannst darauf zugreifen, indem du in der Weboberfläche deines Servers den Bereich **Tools->VNC-Konsole** aufrufst.
-In unserem Netzwerk verwenden wir normalerweise die Netzklasse C mit einer Subnetzmaske von 255.255.255.0. Für das Standardgateway verwendest du die Informationen deiner IP-Adresse. Allerdings muss dort noch das letzte Oktett zum Wert 1 (XXX.XXX.XXX.XXX -> XXX.XXX.XXX.1) geändert werden.
+Auf dieser Seite kannst du die Konsole aktivieren, indem du auf die Schaltfläche **Webclient öffnen** klickst und dich mit deinen üblichen Anmeldedaten anmeldest.
+![image](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
+## Methoden zur Fehlerbehebung
-**Beispiel**
+### IP-Adresse, Subnetzmaske und Gateway-Einstellungen überprüfen
-Wenn ein Dienst beispielsweise die IP-Adresse "185.223.28.163" besitzt, dann würde die Konfiguration wie folgt aussehen:
+Der erste Schritt zur Fehlerbehebung besteht darin, sicherzustellen, dass die technische Konfiguration des Netzwerkadapters auf deinem Server korrekt ist, d.h. die IP-Adresse, die Subnetzmaske und das Gateway.
-| Einstellung | Wert |
-| --------------- | -------------- |
-| IP-Adresse | 185.223.28.163 |
-| Subnetzmaske | 255.255.255.0 |
-| Standardgateway | 185.223.28.1 |
+Beginne mit dem Abschnitt **Einstellungen->IP-Adressen** auf der Weboberfläche deines Servers, wo du alle IP-Adressen sehen kannst, die du derzeit für deinen Dienst mietest.
+Greife nun über RDP oder die VNC-Konsole auf deinen Server zu, wenn du Probleme hast. Gehe in die Einstellungen deines Windows-Netzwerkadapters, indem du in:
+```
+Einstellungen -> Netzwerk und Internet -> Adapteroptionen ändern -> Netzwerkadapter
+```
+Suche die Option **Internetprotokoll, Version 4 (TCP/IPv4)** in der Liste und wähle **Eigenschaften**.
-![img](https://screensaver01.zap-hosting.com/index.php/s/9B7ms2J8nxYzCep/preview)
+![image](https://screensaver01.zap-hosting.com/index.php/s/QmcworojD6pMQby/preview)
+#### Adapter konfigurieren
+Vergleiche die im Adapter gefundenen Informationen und stelle sicher, dass sie wie folgt eingestellt sind
+- IP-Adresse: Dies sollte die IP-Adresse sein, die du auf der Seite **IP-Adressen** im Webinterface findest.
+- Subnetzmaske: Diese sollte normalerweise „255.255.255.0“ lauten, da unser Netzwerk die Netzwerkklasse C verwendet.
+- Standard-Gateway: Dies sollte deine IP-Adresse sein, die dem ersten Wert entspricht, wobei das letzte Oktett (`.xxx`) entfernt und durch eine `.1` ersetzt wird.
-Klicke im Anschluss auf "Ok", damit die Änderungen übernommen wird. In gewissen Situationen kann es vorkommen, dass zusätzlich ein Neustart des Dienstes notwendig ist, damit die Problembehebung vollständig abgeschlossen werden kann.
+#### Beispiel-Setup
+:::info
+Bitte beachte, dass dies ein **Beispiel** ist, das wir zum besseren Verständnis zur Verfügung stellen. Du solltest die IP-Adresse durch die IP-Adresse deines eigenen Servers ersetzen.
+:::
+Mit einer IP-Adresse von „185.223.28.163“ sollte deine Konfiguration wie folgt aussehen:
-### Schritt 2: DNS-Server Einstellungen
+| Einstellung | Wert |
+| ---------------- | -------------- |
+| IP-Adresse | 185.223.28.163 |
+| Subnetzmaske | 255.255.255.0 |
+| Standard-Gateway | 185.223.28.1 |
-Wenn die Internetverbindung weiterhin nicht funktional ist, dann kann dies ebenfalls auf einen nicht funktionalen DNS-Server zurückzuführen zu sein. Versuche den fehlenden oder bestehenden DNS-Server zu ersetzen, wenn dieser nicht funktional ist. Es stehen verschiedene DNS-Server-Optionen zur Verfügung, darunter beispielsweise die bekannten DNS-Server Lösungen von Google und Cloudflare.
+![image](https://screensaver01.zap-hosting.com/index.php/s/9B7ms2J8nxYzCep/preview)
-| DNS-Server | IP-Adresses |
-| ---------- | -------------------------------------- |
-| Google | Bevorzugt: 8.8.8.8 Alternativ: 8.8.4.4 |
-| Cloudflare | Bevorzugt: 1.1.1.1 Alternativ: 1.0.0.1 |
+Wenn du fertig bist, drücke **Ok**, um die Änderungen zu übernehmen. Wir empfehlen, den Server neu zu starten, um die Fehlerbehebung abzuschließen.
-![img](https://screensaver01.zap-hosting.com/index.php/s/frYTimNEFzBjANy/preview)
+### DNS Server Einstellungen
+Ein weiterer Schritt zur Fehlerbehebung, wenn du weiterhin Probleme mit der Internetnutzung hast, ist sicherzustellen, dass der DNS-Server richtig konfiguriert ist. Du solltest die fehlenden oder vorhandenen DNS-Serverwerte durch einen bekannten Host ersetzen.
+Wir empfehlen, entweder die DNS-Server von Google oder Cloudflare zu verwenden, da sie weit verbreitet und zuverlässig sind.
-Klicke im Anschluss auf "Ok", damit die Änderungen übernommen wird. In gewissen Situationen kann es vorkommen, dass zusätzlich ein Neustart des Dienstes notwendig ist, damit die Problembehebung vollständig abgeschlossen werden kann.
+| DNS-Anbieter | DNS-Server-Werte |
+| ------------ | --------------------------------------- |
+| Google | Bevorzugt: 8.8.8.8 / Alternate: 8.8.4.4 |
+| Cloudflare | Bevorzugt: 1.1.1.1 / Alternate: 1.0.0.1 |
+![image](https://screensaver01.zap-hosting.com/index.php/s/frYTimNEFzBjANy/preview)
+Wenn du fertig bist, drücke erneut **Ok**, um die Änderungen zu übernehmen. Auch hier empfehlen wir einen Neustart des Servers, um die Fehlersuche abzuschließen.
-### Schritt 3: Firewall Einstellungen
+### Firewall-Einstellungen
-Eine weitere Möglichkeit für eine fehlende oder fehlerhafte Internetverbindung kann durch eine inkorrekte Konfiguration der Firewall entstehen. Das lässt sich in der Regel schnell durch die temporäre Deaktivierung der Firewall identifizieren. Sollte die Problematik im Anschluss nicht mehr auftreten, so wird eine spezifische Firewall Regel den notwendigen Austausch der Informationen blockieren.
+Der letzte Schritt zur Fehlerbehebung besteht darin, sicherzustellen, dass die Windows Firewall richtig konfiguriert ist.
-![img](https://screensaver01.zap-hosting.com/index.php/s/kSbpgpkNotFgiXL/preview)
+Wir empfehlen, die Windows Firewall vorübergehend komplett zu deaktivieren, um zu sehen, ob die Probleme weiterhin bestehen. Verwende die Suchfunktion von Windows, um **Windows Firewall-Einstellungen** zu öffnen und wähle im linken Bereich die Option **Windows Defender Firewall ein- oder ausschalten**.
-In dem Fall musst du sicherstellen, dass du die zuletzt vorgenommenen Änderungen im Detail prüft und behebst. Alternativ kannst du die Windows Firewall Regeln auch zurücksetzen, in dem du bei Aktionen auf Standardrichtlinie wiederherstellen klickst.
+![image](https://screensaver01.zap-hosting.com/index.php/s/kSbpgpkNotFgiXL/preview)
+Wenn die Probleme behoben sind, wenn die Firewall deaktiviert ist, ist die Ursache deines Problems wahrscheinlich eine Fehlkonfiguration der Firewall.
+Die Lösung für die Firewall hängt stark von dem Problem ab, das du hast. Wenn du weitere Hilfe bei der Verwaltung von Firewall-Regeln benötigst, verwende bitte unsere [Windows Port Forwarding Guide](vserver-windows-port.md).
+Als letzten Ausweg kannst du auch versuchen, die Regeln der Windows-Firewall vollständig auf die Standardeinstellungen zurückzusetzen, indem du die Option **Standardeinstellungen wiederherstellen** im vorherigen Abschnitt verwendest.
\ No newline at end of file
From b08c034b6e9238831e9299355c119d35fbc6b0e0 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 02:08:30 +0200
Subject: [PATCH 05/13] fix: nextcloud prerequisites section #1281
---
docs/vserver-linux-nextcloud.md | 23 +++++----------
.../current/vserver-linux-nextcloud.md | 29 ++++++++-----------
2 files changed, 20 insertions(+), 32 deletions(-)
diff --git a/docs/vserver-linux-nextcloud.md b/docs/vserver-linux-nextcloud.md
index 0560172c7..4bd2c1dc7 100644
--- a/docs/vserver-linux-nextcloud.md
+++ b/docs/vserver-linux-nextcloud.md
@@ -15,24 +15,24 @@ Nextcloud is an open source cloud solution and fork of Owncloud, which was found
![image](https://user-images.githubusercontent.com/13604413/159172333-5c613339-d564-4852-8b32-d3661d283534.png)
-In order to achieve optimal performance, stability and functionality, the following setup is recommended for hosting a Nextcloud server. The Nextcloud server is not compatible with Windows and MacOS. At least not without any further virtualization or similar workarounds.
+In order to achieve optimal performance, stability and functionality, the following setup is recommended for hosting a Nextcloud server. The Nextcloud server is not compatible with Windows and MacOS. At least not without any further virtualization or similar workarounds.
-**System prerequisites**
+## Prerequisites
-
-**Hardware**
+The following requirements are recommended by the developers and are based on our own experience. You may face issues if you do not meet these prerequisites.
+
+#### Hardware
-| **Components** | Minimum | Recommended |
+| Components | Minimum | Recommended |
| -------------- | ---------------------- | --------------------------- |
| CPU | 2x 1 GHz | 4x 2+ GHz |
| RAM | 512 MB | 4+ GB |
-| Disc | 10 GB | 50+ GB |
+| Storage | 10 GB | 50+ GB |
| Bandwidth | 100 mbit/s (up & down) | 500mbit/s (up & down) Recommended if several users are supposed to use the cloud |
-
-**Software**
+#### Software
| Platform | Options |
| ---------------- | ------------------------------------------------------------ |
@@ -41,13 +41,6 @@ In order to achieve optimal performance, stability and functionality, the follow
| Web server | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
-:::info
-The prerequisites are based on our own experience and the information provided by the developers..
-:::
-
-
-
-
## Preparation
A connection has to be established via a SSH client in order to install the cloud on a Linux server. In case you are not sure how to use SSH, here is a guide how to do so: [Initial access (SSH)](vserver-linux-ssh.md)
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
index d7478a3f9..43640408d 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
@@ -19,33 +19,28 @@ Um eine optimale Leistung, Stabilität und Funktionalität zu gewährleisten, wi
-**Systemvoraussetzungen**
+## Voraussetzungen
+
+Die folgenden Voraussetzungen werden von den Entwicklern empfohlen und basieren auf unseren eigenen Erfahrungen. Du könntest Probleme bekommen, wenn du diese Voraussetzungen nicht erfüllst.
-
-**Hardware**
+#### Hardware
-| **Components** | Minimum | Recommended |
+| Komponenten | Minimum | Empfohlen |
| -------------- | ---------------------- | --------------------------- |
| CPU | 2x 1 GHz | 4x 2+ GHz |
| RAM | 512 MB | 4+ GB |
-| Disc | 10 GB | 50+ GB |
-| Bandwidth | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
+| Lagerung | 10 GB | 50+ GB |
+| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
-
-**Software**
+#### Software
-| Platform | Options |
+| Plattform | Optionen |
| ---------------- | ------------------------------------------------------------ |
-| Operating System | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
-| Database | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
-| Web server | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
+| Operationssystem | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
+| Datenbank | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
+| Webserver | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
-:::info
-Die Anforderungen wurden aus unseren eigenen Erfahrungen und den Informationen der Entwickler zusammengestellt.
-:::
-
-
## Vorbereitung
Damit die Cloud auf einem Linux-Server installiert werden kann, muss eine Verbindung über einen SSH-Client hergestellt werden. Wenn du dir nicht sicher bist, wie man SSH benutzt, findest du hier eine Anleitung dazu: [Erstzugriff (SSH)](vserver-linux-ssh.md)
From 0c931f8f25706c1c6b8b00c0cab76ec4d322f4b5 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 02:14:37 +0200
Subject: [PATCH 06/13] fix: same change for nextcloud dedi guides
---
docs/dedicated-linux-nextcloud.md | 22 ++++++-------
.../current/dedicated-linux-nextcloud.md | 32 ++++++++-----------
2 files changed, 23 insertions(+), 31 deletions(-)
diff --git a/docs/dedicated-linux-nextcloud.md b/docs/dedicated-linux-nextcloud.md
index e2627aeb8..e8697c00e 100644
--- a/docs/dedicated-linux-nextcloud.md
+++ b/docs/dedicated-linux-nextcloud.md
@@ -17,20 +17,22 @@ Nextcloud is an open source cloud solution and fork of Owncloud, which was found
In order to achieve optimal performance, stability and functionality, the following setup is recommended for hosting a Nextcloud server. The Nextcloud server is not compatible with Windows and MacOS. At least not without any further virtualization or similar workarounds.
-**System prerequisites**
+
-
-**Hardware**
+## Prerequisites
+
+The following requirements are recommended by the developers and are based on our own experience. You may face issues if you do not meet these prerequisites.
-| **Components** | Minimum | Recommended |
+#### Hardware
+
+| Components | Minimum | Recommended |
| -------------- | ---------------------- | --------------------------- |
| CPU | 2x 1 GHz | 4x 2+ GHz |
| RAM | 512 MB | 4+ GB |
-| Disc | 10 GB | 50+ GB |
+| Storage | 10 GB | 50+ GB |
| Bandwidth | 100 mbit/s (up & down) | 500mbit/s (up & down) Recommended if several users are supposed to use the cloud |
-
-**Software**
+#### Software
| Platform | Options |
| ---------------- | ------------------------------------------------------------ |
@@ -39,12 +41,6 @@ In order to achieve optimal performance, stability and functionality, the follow
| Web server | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
-:::info
-The prerequisites are based on our own experience and the information provided by the developers..
-:::
-
-
-
## Preparation
A connection has to be established via a SSH client in order to install the cloud on a Linux server. In case you are not sure how to use SSH, here is a guide how to do so: [Initial access (SSH)](vserver-linux-ssh.md)
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
index d0b4cf989..763e01401 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
@@ -17,34 +17,30 @@ Nextcloud ist eine Open-Source-Cloud-Lösung und Abspaltung von Owncloud, die 20
Um eine optimale Leistung, Stabilität und Funktionalität zu gewährleisten, wird für den Betrieb eines Nextcloud-Servers die folgende Einrichtung empfohlen. Der Nextcloud-Server ist nicht mit Windows und MacOS kompatibel. Zumindest nicht ohne weitere Virtualisierung oder ähnlichen Workarounds.
-**Systemvoraussetzungen**
+
-
-**Hardware**
+## Voraussetzungen
+
+Die folgenden Voraussetzungen werden von den Entwicklern empfohlen und basieren auf unseren eigenen Erfahrungen. Du könntest Probleme bekommen, wenn du diese Voraussetzungen nicht erfüllst.
+
+#### Hardware
-| **Components** | Minimum | Recommended |
+| Komponenten | Minimum | Empfohlen |
| -------------- | ---------------------- | --------------------------- |
| CPU | 2x 1 GHz | 4x 2+ GHz |
| RAM | 512 MB | 4+ GB |
-| Disc | 10 GB | 50+ GB |
-| Bandwidth | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
+| Lagerung | 10 GB | 50+ GB |
+| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
-
-**Software**
+#### Software
-| Platform | Options |
+| Plattform | Optionen |
| ---------------- | ------------------------------------------------------------ |
-| Operating System | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
-| Database | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
-| Web server | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
+| Operationssystem | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
+| Datenbank | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
+| Webserver | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
-:::info
-Die Anforderungen wurden aus unseren eigenen Erfahrungen und den Informationen der Entwickler zusammengestellt.
-:::
-
-
-
## Vorbereitung
Damit die Cloud auf einem Linux-Server installiert werden kann, muss eine Verbindung über einen SSH-Client hergestellt werden. Wenn du dir nicht sicher bist, wie man SSH benutzt, findest du hier eine Anleitung dazu: [Erstzugriff (SSH)](vserver-linux-ssh.md)
From 5eda09f53325ad7a79f31fe64bf013b698f6db32 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 14:29:06 +0200
Subject: [PATCH 07/13] tweak: no internet guide
---
docs/vserver-windows-nointernet.md | 6 ++++--
.../current/vserver-windows-nointernet.md | 10 ++++++----
2 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/docs/vserver-windows-nointernet.md b/docs/vserver-windows-nointernet.md
index 52a0ac13a..9a8413061 100644
--- a/docs/vserver-windows-nointernet.md
+++ b/docs/vserver-windows-nointernet.md
@@ -23,7 +23,7 @@ This option allows you to access your server and resolve issues even if the inte
On this page, you will be able to activate the console by using the **Open Web Client** button and logging in with your usual credentials.
-![image](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
+![image](https://screensaver01.zap-hosting.com/index.php/s/L9ZPLHEXbydc6ZS/preview)
## Troubleshooting Methods
@@ -33,6 +33,8 @@ The first troubleshooting step is to ensure that the technical configuration for
Begin by heading over to the **Settings->IP-Addresses** section on your server's web interface panel where you will be able to view all of the IP Addresses that you currently rent with your service.
+![image](https://screensaver01.zap-hosting.com/index.php/s/8gF7Qsq5k5aYxbq/preview)
+
Now access your server via RDP or the VNC Console if you are facing issues. Head over into your Windows Network Adapter Settings by going into:
```
Settings -> Network and Internet -> Change Adapter Options -> Network Adapter
@@ -52,7 +54,7 @@ Compare the information found in the adapter and ensure that they are set to the
#### Example Setup
:::info
-Please note this is an **example** that we provide to make it easier to understand. You should replace the IP Address with your own server's IP address.
+Please note this is an **example** that we provide to make it easier to understand. You should replace the IP Address with your **own** server's IP address.
:::
With an IP address of `185.223.28.163`, your configuration should look like the following:
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
index d702bba2f..f3958519b 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
@@ -23,7 +23,7 @@ Mit dieser Option kannst du auf deinen Server zugreifen und Probleme beheben, au
Auf dieser Seite kannst du die Konsole aktivieren, indem du auf die Schaltfläche **Webclient öffnen** klickst und dich mit deinen üblichen Anmeldedaten anmeldest.
-![image](https://screensaver01.zap-hosting.com/index.php/s/y3S4Gw7scwZnHwy/preview)
+![image](https://screensaver01.zap-hosting.com/index.php/s/ZJSbjmTYtmi5Lie/preview)
## Methoden zur Fehlerbehebung
@@ -33,6 +33,8 @@ Der erste Schritt zur Fehlerbehebung besteht darin, sicherzustellen, dass die te
Beginne mit dem Abschnitt **Einstellungen->IP-Adressen** auf der Weboberfläche deines Servers, wo du alle IP-Adressen sehen kannst, die du derzeit für deinen Dienst mietest.
+![image](https://screensaver01.zap-hosting.com/index.php/s/D8gDpL24wkqR4rF/preview)
+
Greife nun über RDP oder die VNC-Konsole auf deinen Server zu, wenn du Probleme hast. Gehe in die Einstellungen deines Windows-Netzwerkadapters, indem du in:
```
Einstellungen -> Netzwerk und Internet -> Adapteroptionen ändern -> Netzwerkadapter
@@ -46,16 +48,16 @@ Suche die Option **Internetprotokoll, Version 4 (TCP/IPv4)** in der Liste und w
Vergleiche die im Adapter gefundenen Informationen und stelle sicher, dass sie wie folgt eingestellt sind
- IP-Adresse: Dies sollte die IP-Adresse sein, die du auf der Seite **IP-Adressen** im Webinterface findest.
-- Subnetzmaske: Diese sollte normalerweise „255.255.255.0“ lauten, da unser Netzwerk die Netzwerkklasse C verwendet.
+- Subnetzmaske: Diese sollte normalerweise `255.255.255.0` lauten, da unser Netzwerk die Netzwerkklasse C verwendet.
- Standard-Gateway: Dies sollte deine IP-Adresse sein, die dem ersten Wert entspricht, wobei das letzte Oktett (`.xxx`) entfernt und durch eine `.1` ersetzt wird.
#### Beispiel-Setup
:::info
-Bitte beachte, dass dies ein **Beispiel** ist, das wir zum besseren Verständnis zur Verfügung stellen. Du solltest die IP-Adresse durch die IP-Adresse deines eigenen Servers ersetzen.
+Bitte beachte, dass dies ein **Beispiel** ist, das wir zum besseren Verständnis zur Verfügung stellen. Du solltest die IP-Adresse durch die IP-Adresse deines **eigenen** Servers ersetzen.
:::
-Mit einer IP-Adresse von „185.223.28.163“ sollte deine Konfiguration wie folgt aussehen:
+Mit einer IP-Adresse von `185.223.28.163` sollte deine Konfiguration wie folgt aussehen:
| Einstellung | Wert |
| ---------------- | -------------- |
From 62e9577ab441349a875872219d4eabfaad97273a Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sat, 27 Jul 2024 14:35:58 +0200
Subject: [PATCH 08/13] tweak: tiny changes again
---
docs/vserver-windows-nointernet.md | 4 ++--
.../current/vserver-windows-nointernet.md | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/vserver-windows-nointernet.md b/docs/vserver-windows-nointernet.md
index 9a8413061..b999df277 100644
--- a/docs/vserver-windows-nointernet.md
+++ b/docs/vserver-windows-nointernet.md
@@ -88,7 +88,7 @@ Once ready, press **Ok** again to apply the changes. Here we also recommend rest
The final troubleshooting step is to ensure that the Windows Firewall is configured appropriately.
-We recommend attempting to disable the entire Windows Firewall temporarily to see if the issues persist. Use the search function on Windows to open up **Windows Firewall Settings** and select the **Turn Windows Defender Firewall on or off** option on the left section.
+We recommend attempting to disable the entire Windows Firewall temporarily to see if the issues persist. Use the search function on Windows to open up **Windows Defender Firewall Settings** and select the **Turn Windows Defender Firewall on or off** option on the left section.
![image](https://screensaver01.zap-hosting.com/index.php/s/bWcPqHcCZ7ajJSA/preview)
@@ -96,4 +96,4 @@ If the issues are resolved when the firewall is disabled, it is likely that the
The solution for the firewall is highly dependant on the issue that you are facing. Please use our [Windows port forwarding guide](vserver-windows-port.md) if you need further assistance managing firewall rules.
-As a last resort, you can also attempt resetting the Windows Firewall rules entirely back to default settings by using the **Restore defaults** option on the previous section.
\ No newline at end of file
+As a last resort, you can also attempt resetting the Windows Firewall rules entirely back to default settings by using the **Restore defaults** option found in the **Windows Defender Firewall Settings** menu.
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
index f3958519b..826e77885 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-windows-nointernet.md
@@ -19,7 +19,7 @@ Eine unterbrochene oder fehlerhafte Internetverbindung kann verschiedene Ursache
Falls du dich aufgrund einer nicht funktionierenden Internetverbindung nicht über RDP (Remote Desktop) mit deinem Server verbinden kannst, gibt es eine Alternative: die VNC-Konsole (Virtual Network Computing), die auf unserer Website zur Verfügung steht.
-Mit dieser Option kannst du auf deinen Server zugreifen und Probleme beheben, auch wenn die Internetverbindung nicht funktioniert. Du kannst darauf zugreifen, indem du in der Weboberfläche deines Servers den Bereich **Tools->VNC-Konsole** aufrufst.
+Mit dieser Option kannst du auf deinen Server zugreifen und Probleme beheben, auch wenn die Internetverbindung nicht funktioniert. Du kannst darauf zugreifen, indem du in der Weboberfläche deines Servers den Bereich **Werkzeuge->VNC-Konsole** aufrufst.
Auf dieser Seite kannst du die Konsole aktivieren, indem du auf die Schaltfläche **Webclient öffnen** klickst und dich mit deinen üblichen Anmeldedaten anmeldest.
@@ -88,7 +88,7 @@ Wenn du fertig bist, drücke erneut **Ok**, um die Änderungen zu übernehmen. A
Der letzte Schritt zur Fehlerbehebung besteht darin, sicherzustellen, dass die Windows Firewall richtig konfiguriert ist.
-Wir empfehlen, die Windows Firewall vorübergehend komplett zu deaktivieren, um zu sehen, ob die Probleme weiterhin bestehen. Verwende die Suchfunktion von Windows, um **Windows Firewall-Einstellungen** zu öffnen und wähle im linken Bereich die Option **Windows Defender Firewall ein- oder ausschalten**.
+Wir empfehlen, die Windows Firewall vorübergehend komplett zu deaktivieren, um zu sehen, ob die Probleme weiterhin bestehen. Verwende die Suchfunktion von Windows, um **Windows Defender Firewall-Einstellungen** zu öffnen und wähle im linken Bereich die Option **Windows Defender Firewall ein- oder ausschalten**.
![image](https://screensaver01.zap-hosting.com/index.php/s/kSbpgpkNotFgiXL/preview)
@@ -96,4 +96,4 @@ Wenn die Probleme behoben sind, wenn die Firewall deaktiviert ist, ist die Ursac
Die Lösung für die Firewall hängt stark von dem Problem ab, das du hast. Wenn du weitere Hilfe bei der Verwaltung von Firewall-Regeln benötigst, verwende bitte unsere [Windows Port Forwarding Guide](vserver-windows-port.md).
-Als letzten Ausweg kannst du auch versuchen, die Regeln der Windows-Firewall vollständig auf die Standardeinstellungen zurückzusetzen, indem du die Option **Standardeinstellungen wiederherstellen** im vorherigen Abschnitt verwendest.
\ No newline at end of file
+Als letzten Ausweg kannst du auch versuchen, die Regeln der Windows-Firewall vollständig auf die Standardeinstellungen zurückzusetzen, indem du die Option **Standardeinstellungen wiederherstellen** im Menü **Windows Defender Firewall-Einstellungen** verwendest.
\ No newline at end of file
From 9fa158dd63f13bae06b75733164f7c0dc2d76a44 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sun, 28 Jul 2024 01:44:50 +0200
Subject: [PATCH 09/13] refactor: domain order guide
---
docs/domain-order.md | 44 +++++++------------
.../current/domain-order.md | 37 +++++++---------
2 files changed, 34 insertions(+), 47 deletions(-)
diff --git a/docs/domain-order.md b/docs/domain-order.md
index 7ca441efb..2945aa984 100644
--- a/docs/domain-order.md
+++ b/docs/domain-order.md
@@ -1,46 +1,36 @@
---
id: domain-order
-title: "Domain: Ordering a domain"
-description: Information about the process of ordering domains at ZAP-Hosting - ZAP-Hosting.com documentation
-sidebar_label: Order domain
+title: "Domain: Order a domain"
+description: Information about the process of ordering a new domain at ZAP-Hosting - ZAP-Hosting.com documentation
+sidebar_label: Order Domain
services:
- domain
---
import InlineVoucher from '@site/src/components/InlineVoucher';
-
-
-## Order a domain
-
-You can order your domain at ZAP here: [configure domain and order](https://zap-hosting.com/de/shop/product/domain/)
-
-In the field **mydomain.com** you can now search for your domain name and check if it is available or maybe already taken. Domains are always paid one year in advance and must be cancelled or renewed accordingly.
-
-![image](https://user-images.githubusercontent.com/13604413/159175914-69b5a2c4-c456-40f1-9fa8-4a972ea2af7c.png)
+## Introduction
+Here at ZAP-Hosting, we offer a wide variety of popular domains including gTLD's such as `.com` and `.net`, that you can order directly through our [Domain configurator](https://zap-hosting.com/en/shop/product/domain/). In this guide, we will explore the order process in-depth.
-In order to rent a domain, all fields such as first name, surname and address must be filled out truthfully, since there must always be a unique domain holder. Otherwise it is possible that the domain cannot be provided.
-
-:::info
- Since the DSGVO came into force, the domain holder's data has no longer been accessible to everyone. Only the registrar and authorities can access this data if necessary.
-:::
-
-
-![image](https://user-images.githubusercontent.com/13604413/159175924-79547794-44c0-4577-a9d2-709878b88a68.png)
-
-
-
-## After deployment
-
-### After your domain has been provisioned you will find it on the start page in your interface.
+
+## Ordering a New Domain
-![image](https://user-images.githubusercontent.com/13604413/159175925-3ea6fbf5-e891-4ce4-85c7-71cdfa9fa82d.png)
+You can order your very own domain [directly here](https://zap-hosting.com/en/shop/product/domain/). On the page, use the search bar to enter the domain name that you wish to own and press search.
+The website will now return the availability of each domain for the given name, making it easy to find one that is available. If a domain is not available, this means that someone else already owns it and thus you cannot order it.
+![image](https://screensaver01.zap-hosting.com/index.php/s/cmdoBKgzYeJPPJH/preview)
+## Domain Information
+Domains are always priced in **1 Year** increments and must be renewed before the expiry date, otherwise you may risk it being lost.
+During the order process, you will have to truthfully provide a range of personal information including your first name, surname and address. These fields are provide and only the registrar and authorities can access this data if absolutely necessary.
+:::info
+With GDPR rules in place across the EU, all the fields that you provide alongside the domain will be private and cannot be accessed publicly.
+:::
+![image](https://screensaver01.zap-hosting.com/index.php/s/d5gNX5mkpctk2c3/preview)
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
index 3841d97ac..6e7dd9d75 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
@@ -1,39 +1,36 @@
---
id: domain-order
title: "Domain: Eine Domain bestellen"
-description: Informationen zum Bestellprozess von Domains bei ZAP-Hosting - ZAP-Hosting.com Dokumentation
+description: Informationen über den Prozess der Bestellung einer neuen Domain bei ZAP-Hosting - ZAP-Hosting.com Dokumentation
sidebar_label: Domain bestellen
-services:
- - domain
+Dienstleistungen:
+ - Domain
---
import InlineVoucher from '@site/src/components/InlineVoucher';
+## Einführung
+
+Bei ZAP-Hosting bieten wir eine große Auswahl an beliebten Domains an, darunter gTLDs wie `.com` und `.net`, die du direkt über unseren [Domainkonfigurator](https://zap-hosting.com/en/shop/product/domain/) bestellen kannst. In diesem Leitfaden werden wir den Bestellvorgang im Detail erklären.
+
-## Bestellung einer Domain
+## Neue Domain bestellen
-Zur Domainbestellung bei ZAP gelangst du hier: [Domain konfigurieren und bestellen](https://zap-hosting.com/de/shop/product/domain/)
+Du kannst deine eigene Domain [direkt hier](https://zap-hosting.com/en/shop/product/domain/) bestellen. Benutze auf der Seite die Suchleiste, um den gewünschten Domainnamen einzugeben, und drücke auf Suchen.
-Im Feld **meine-domain.de** kannst du nun nach deinem Domainnamen suchen und prüfen, ob dieser verfügbar oder vielleicht bereits vergeben ist. Domains werden immer ein Jahr im Voraus bezahlt und müssen dann entsprechend gekündigt oder verlängert werden.
+Die Website zeigt dir nun die Verfügbarkeit der einzelnen Domains für den angegebenen Namen an und macht es dir leicht, eine verfügbare zu finden. Wenn eine Domain nicht verfügbar ist, bedeutet das, dass sie bereits jemand anderes besitzt und du sie daher nicht bestellen kannst.
-![image](https://user-images.githubusercontent.com/13604413/159175914-69b5a2c4-c456-40f1-9fa8-4a972ea2af7c.png)
+![image](https://screensaver01.zap-hosting.com/index.php/s/cmdoBKgzYeJPPJH/preview)
+## Domain-Informationen
-Um eine Domain mieten zu können, müssen alle Felder wie Vorname, Nachname und Anschrift wahrheitsgemäß ausgefüllt werden, da immer ein eindeutiger Domaininhaber hinterlegt sein muss. Andernfalls kann es sein, dass die Domain nicht bereitgestellt werden kann.
+Domains werden immer in **1-Jahres-Schritten** angeboten und müssen vor dem Ablaufdatum verlängert werden, sonst riskierst du, dass sie verloren gehen.
+
+Während des Bestellvorgangs musst du eine Reihe von persönlichen Daten wahrheitsgemäß angeben, darunter deinen Vor- und Nachnamen und deine Adresse. Diese Felder werden zur Verfügung gestellt und nur der Registrar und die Behörden können auf diese Daten zugreifen, wenn es unbedingt notwendig ist.
:::info
-Die Daten des Domaininhabers sind seit in Krafttreten der DSGVO nicht mehr für jeden einsehbar. Lediglich der Registrar und Behörden können diese Daten bei Bedarf abrufen.
+Aufgrund der in der EU geltenden DSGVO-Bestimmungen sind alle Felder, die du neben der Domain angibst, privat und können nicht öffentlich eingesehen werden.
:::
-
-![image](https://user-images.githubusercontent.com/13604413/159175924-79547794-44c0-4577-a9d2-709878b88a68.png)
-
-
-
-## Nach der Bereitstellung
-
-### Nachdem deine Domain bereitgestellt wurde, findest du diese auf der Startseite in deinem Interface.
-
-
-![image](https://user-images.githubusercontent.com/13604413/159175925-3ea6fbf5-e891-4ce4-85c7-71cdfa9fa82d.png
\ No newline at end of file
+![image](https://screensaver01.zap-hosting.com/index.php/s/xEa3DJKE6pyXPfs/preview)
\ No newline at end of file
From b3bc2a59c8c2d4dbfeaa26891a8d9b3a19358191 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sun, 28 Jul 2024 01:46:04 +0200
Subject: [PATCH 10/13] fix: DE metadata
---
.../de/docusaurus-plugin-content-docs/current/domain-order.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
index 6e7dd9d75..221bb4e09 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
@@ -3,8 +3,8 @@ id: domain-order
title: "Domain: Eine Domain bestellen"
description: Informationen über den Prozess der Bestellung einer neuen Domain bei ZAP-Hosting - ZAP-Hosting.com Dokumentation
sidebar_label: Domain bestellen
-Dienstleistungen:
- - Domain
+services:
+ - domain
---
import InlineVoucher from '@site/src/components/InlineVoucher';
From 5c3c6299d24132047a29cbef785339be1f2bbd87 Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sun, 28 Jul 2024 01:47:20 +0200
Subject: [PATCH 11/13] feat: domain transfer guide
---
docs/domain-transfer.md | 50 ++++++++++++++++++
.../current/domain-transfer.md | 51 +++++++++++++++++++
2 files changed, 101 insertions(+)
create mode 100644 docs/domain-transfer.md
create mode 100644 i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
diff --git a/docs/domain-transfer.md b/docs/domain-transfer.md
new file mode 100644
index 000000000..bed4ef98f
--- /dev/null
+++ b/docs/domain-transfer.md
@@ -0,0 +1,50 @@
+---
+id: domain-transfer
+title: "Domain: Transfer a Domain"
+description: Information about the process of transfering an existing domain at ZAP-Hosting - ZAP-Hosting.com documentation
+sidebar_label: Transfer Domain
+services:
+ - domain
+---
+
+import InlineVoucher from '@site/src/components/InlineVoucher';
+
+## Introduction
+
+Managing your domain is important, including the ability to transfer your domain across providers. In this guide, we will explore how you can transfer your existing domain, both to and from your ZAP-Hosting account.
+
+
+
+## Transferring Domain to ZAP-Hosting
+
+Transferring a domain to your ZAP-Hosting account is simple. Begin by heading over to the [Domain configurator page](https://zap-hosting.com/en/shop/product/domain/) whilst logged in and search for your existing domain.
+
+:::info
+In order to transfer a domain, you will have to extend it by 1 Year during the order process.
+:::
+
+Once you find the exact domain you wish to transfer, select it from the list. It is normal for the domain to show as unavailable, but you should see the transfer icon besides.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/omnaMqXJgarxsqW/preview)
+
+This will open up a new prompt which is used to authenticate the transfer to your ZAP-Hosting account.
+
+You will now have go to your existing registrar and request the **Auth Code** for your domain. Typically, more popular registrars will have an automated system to let you easily request the authentication code, for example through filling out a form or your customer dashboard. If in doubt, you should contact your registrar's support team.
+
+Once you have the **Auth Code** ready, input it into the prompt and confirm it. Proceed as normal with the order process.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/fXjwGCX7kFtPnTB/preview)
+
+With your order now submitted, your transfer request should be typically completed within 48 hours. However, this process may sometimes take longer than this as your old provider has to approve the transfer first, so we ask you to please be patient during this process :)
+
+If there is an issue with the order, for example issues with the Auth Code, we will contact you as soon as possible to have this resolved promptly.
+
+### Transferring Domain away from ZAP-Hosting
+
+We are sad to see you consider moving your domain away from us, but we respect our customers and thus we have made transferring your domain away from us just as simple.
+
+Head over to the **Dashboard** area on your Domain's web interface panel. On this page, you will be able to directly view your current active **Auth Code** for the domain.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/TTHm6qFA9rfgFBn/preview)
+
+You should provide this authorisation code to your new provider during setup to move your domain.
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md b/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
new file mode 100644
index 000000000..5197efad5
--- /dev/null
+++ b/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
@@ -0,0 +1,51 @@
+---
+id: domain-transfer
+title: "Domain: Übertragung einer Domain"
+description: Informationen über den Prozess des Transfers einer bestehenden Domain bei ZAP-Hosting - ZAP-Hosting.com Dokumentation
+sidebar_label: Domain übertragen
+services:
+ - domain
+---
+
+import InlineVoucher from '@site/src/components/InlineVoucher';
+
+## Einführung
+
+Die Verwaltung deiner Domain ist wichtig. Dazu gehört auch die Möglichkeit, deine Domain zwischen verschiedenen Anbietern zu übertragen. In diesem Leitfaden zeigen wir dir, wie du deine bestehende Domain zu und von deinem ZAP-Hosting-Konto übertragen kannst.
+
+
+
+## Domain zu ZAP-Hosting übertragen
+
+Der Transfer einer Domain zu deinem ZAP-Hosting-Konto ist ganz einfach. Beginne damit, indem du eingeloggt auf die [Domainkonfigurator-Seite](https://zap-hosting.com/en/shop/product/domain/) gehst und nach deiner bestehenden Domain suchst.
+
+:::info
+Um eine Domain zu übertragen, musst du sie während des Bestellvorgangs um 1 Jahr verlängern.
+:::
+
+Wenn du die genaue Domain gefunden hast, die du übertragen möchtest, wähle sie in der Liste aus. Es ist normal, dass die Domain als nicht verfügbar angezeigt wird, aber du solltest das Transfersymbol daneben sehen.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/omnaMqXJgarxsqW/preview)
+
+Es öffnet sich eine neue Eingabeaufforderung, die zur Authentifizierung des Transfers auf dein ZAP-Hosting-Konto dient.
+
+Du musst nun zu deinem bestehenden Registrar gehen und den **Auth Code** für deine Domain anfordern. In der Regel haben bekanntere Registrare ein automatisches System, mit dem du den Authentifizierungscode ganz einfach anfordern kannst, zum Beispiel über ein Formular oder dein Kunden-Dashboard. Im Zweifelsfall solltest du dich an das Support-Team deines Registrars wenden.
+
+Wenn du den **Auth Code** parat hast, gib ihn in die Eingabeaufforderung ein und bestätige ihn. Fahre wie gewohnt mit dem Bestellvorgang fort.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/y9mca4c3XeTaaHS/preview)
+
+Nachdem du deine Bestellung abgeschickt hast, sollte dein Überweisungsantrag in der Regel innerhalb von 48 Stunden bearbeitet werden. Dieser Prozess kann jedoch manchmal länger dauern, da dein alter Anbieter die Überweisung erst genehmigen muss. Wir bitten dich daher, während dieses Prozesses etwas Geduld zu haben :)
+
+Sollte es ein Problem mit der Bestellung geben, z. B. Probleme mit dem Auth-Code, werden wir dich so schnell wie möglich kontaktieren, damit das Problem umgehend gelöst wird.
+
+### Domain von ZAP-Hosting weg transferieren
+
+Wir sind traurig, dass du den Umzug deiner Domain von uns weg in Erwägung ziehst, aber wir respektieren unsere Kunden und haben daher den Transfer deiner Domain von uns weg genauso einfach gemacht.
+
+Gehe in den Bereich **Dashboard** im Webinterface deiner Domain. Auf dieser Seite kannst du direkt deinen aktuellen **Auth Code** für die Domain einsehen.
+
+![image](https://screensaver01.zap-hosting.com/index.php/s/LHjd6i5xwX3rFM2/preview)
+
+Diesen Berechtigungscode solltest du deinem neuen Provider bei der Einrichtung mitteilen, um deine Domain umzuziehen.
+
From f4bf2be3e384836c8fc9286f96f2a6c1227e05de Mon Sep 17 00:00:00 2001
From: Jacob <42719082+ThatGuyJacobee@users.noreply.github.com>
Date: Sun, 28 Jul 2024 01:47:52 +0200
Subject: [PATCH 12/13] tweak: transfer guide fixes/improvements
tweak: authorization code
fix: typo/grammar
---
docs/domain-order.md | 4 ++--
docs/domain-transfer.md | 6 +++---
.../docusaurus-plugin-content-docs/current/domain-order.md | 6 +++---
.../current/domain-transfer.md | 7 +++----
sidebars.js | 1 +
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/domain-order.md b/docs/domain-order.md
index 2945aa984..e9d41c5cb 100644
--- a/docs/domain-order.md
+++ b/docs/domain-order.md
@@ -27,10 +27,10 @@ The website will now return the availability of each domain for the given name,
Domains are always priced in **1 Year** increments and must be renewed before the expiry date, otherwise you may risk it being lost.
-During the order process, you will have to truthfully provide a range of personal information including your first name, surname and address. These fields are provide and only the registrar and authorities can access this data if absolutely necessary.
+During the order process, you will have to truthfully provide a range of personal information including your first name, surname and address. These fields are private and only the registrar and authorities can access this data if absolutely necessary.
:::info
-With GDPR rules in place across the EU, all the fields that you provide alongside the domain will be private and cannot be accessed publicly.
+With GDPR rules in place across the EU, all the information that you provide alongside the domain will be private and cannot be accessed publicly.
:::
![image](https://screensaver01.zap-hosting.com/index.php/s/d5gNX5mkpctk2c3/preview)
\ No newline at end of file
diff --git a/docs/domain-transfer.md b/docs/domain-transfer.md
index bed4ef98f..d8d4c7b29 100644
--- a/docs/domain-transfer.md
+++ b/docs/domain-transfer.md
@@ -27,9 +27,9 @@ Once you find the exact domain you wish to transfer, select it from the list. It
![image](https://screensaver01.zap-hosting.com/index.php/s/omnaMqXJgarxsqW/preview)
-This will open up a new prompt which is used to authenticate the transfer to your ZAP-Hosting account.
+This will open up a new prompt which is used to authorize the transfer to your ZAP-Hosting account.
-You will now have go to your existing registrar and request the **Auth Code** for your domain. Typically, more popular registrars will have an automated system to let you easily request the authentication code, for example through filling out a form or your customer dashboard. If in doubt, you should contact your registrar's support team.
+You will now have go to your existing registrar and request the **Auth Code** for your domain. Typically, more popular registrars will have an automated system to let you easily request the authorization code, for example through filling out a form or your customer dashboard. If in doubt, you should contact your registrar's support team.
Once you have the **Auth Code** ready, input it into the prompt and confirm it. Proceed as normal with the order process.
@@ -47,4 +47,4 @@ Head over to the **Dashboard** area on your Domain's web interface panel. On thi
![image](https://screensaver01.zap-hosting.com/index.php/s/TTHm6qFA9rfgFBn/preview)
-You should provide this authorisation code to your new provider during setup to move your domain.
\ No newline at end of file
+You should provide this authorization code to your new provider during setup to move your domain.
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
index 221bb4e09..4211e8235 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/domain-order.md
@@ -26,11 +26,11 @@ Die Website zeigt dir nun die Verfügbarkeit der einzelnen Domains für den ange
## Domain-Informationen
Domains werden immer in **1-Jahres-Schritten** angeboten und müssen vor dem Ablaufdatum verlängert werden, sonst riskierst du, dass sie verloren gehen.
-
-Während des Bestellvorgangs musst du eine Reihe von persönlichen Daten wahrheitsgemäß angeben, darunter deinen Vor- und Nachnamen und deine Adresse. Diese Felder werden zur Verfügung gestellt und nur der Registrar und die Behörden können auf diese Daten zugreifen, wenn es unbedingt notwendig ist.
+
+Während des Bestellvorgangs musst du eine Reihe von persönlichen Daten wahrheitsgemäß angeben, darunter deinen Vor- und Nachnamen und deine Adresse. Diese Felder sind privat und nur die Registrierstelle und die Behörden können auf diese Daten zugreifen, wenn es unbedingt notwendig ist.
:::info
-Aufgrund der in der EU geltenden DSGVO-Bestimmungen sind alle Felder, die du neben der Domain angibst, privat und können nicht öffentlich eingesehen werden.
+Aufgrund der DSGVO-Bestimmungen, die in der EU gelten, sind alle Informationen, die du neben der Domain angibst, privat und können nicht öffentlich zugänglich gemacht werden.
:::
![image](https://screensaver01.zap-hosting.com/index.php/s/xEa3DJKE6pyXPfs/preview)
\ No newline at end of file
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md b/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
index 5197efad5..73b118dcb 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/domain-transfer.md
@@ -27,9 +27,9 @@ Wenn du die genaue Domain gefunden hast, die du übertragen möchtest, wähle si
![image](https://screensaver01.zap-hosting.com/index.php/s/omnaMqXJgarxsqW/preview)
-Es öffnet sich eine neue Eingabeaufforderung, die zur Authentifizierung des Transfers auf dein ZAP-Hosting-Konto dient.
+Daraufhin öffnet sich eine neue Eingabeaufforderung, mit der du den Transfer zu deinem ZAP-Hosting-Konto autorisierst.
-Du musst nun zu deinem bestehenden Registrar gehen und den **Auth Code** für deine Domain anfordern. In der Regel haben bekanntere Registrare ein automatisches System, mit dem du den Authentifizierungscode ganz einfach anfordern kannst, zum Beispiel über ein Formular oder dein Kunden-Dashboard. Im Zweifelsfall solltest du dich an das Support-Team deines Registrars wenden.
+Du musst nun zu deinem bisherigen Registrar gehen und den **Auth Code** für deine Domain beantragen. In der Regel haben gängige Registrare ein automatisches System, mit dem du den Autorisierungscode ganz einfach anfordern kannst, zum Beispiel über ein Formular oder dein Kunden-Dashboard. Im Zweifelsfall solltest du dich an das Support-Team deines Registrars wenden.
Wenn du den **Auth Code** parat hast, gib ihn in die Eingabeaufforderung ein und bestätige ihn. Fahre wie gewohnt mit dem Bestellvorgang fort.
@@ -47,5 +47,4 @@ Gehe in den Bereich **Dashboard** im Webinterface deiner Domain. Auf dieser Seit
![image](https://screensaver01.zap-hosting.com/index.php/s/LHjd6i5xwX3rFM2/preview)
-Diesen Berechtigungscode solltest du deinem neuen Provider bei der Einrichtung mitteilen, um deine Domain umzuziehen.
-
+Diesen Autorisierungscode solltest du deinem neuen Anbieter bei der Einrichtung mitteilen, um deine Domain umzuziehen.
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 168a151e8..4d2c49ee3 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -1640,6 +1640,7 @@ const sidebars = {
},
'domain-introduction',
'domain-order',
+ 'domain-transfer',
'domain-easydns',
'domain-profidns',
'domain-expertdns',
From c11583821b7f5e5aa66779dac16d16bd94041e9c Mon Sep 17 00:00:00 2001
From: fgalz
Date: Sun, 28 Jul 2024 16:38:19 +0200
Subject: [PATCH 13/13] Minor tweak: missing translation
---
.../current/dedicated-linux-nextcloud.md | 22 +++++++++----------
.../current/vserver-linux-nextcloud.md | 22 +++++++++----------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
index 763e01401..3a53af1fd 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/dedicated-linux-nextcloud.md
@@ -20,26 +20,26 @@ Um eine optimale Leistung, Stabilität und Funktionalität zu gewährleisten, wi
## Voraussetzungen
-
+
Die folgenden Voraussetzungen werden von den Entwicklern empfohlen und basieren auf unseren eigenen Erfahrungen. Du könntest Probleme bekommen, wenn du diese Voraussetzungen nicht erfüllst.
#### Hardware
-| Komponenten | Minimum | Empfohlen |
-| -------------- | ---------------------- | --------------------------- |
-| CPU | 2x 1 GHz | 4x 2+ GHz |
-| RAM | 512 MB | 4+ GB |
-| Lagerung | 10 GB | 50+ GB |
-| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
+| Komponenten | Minimum | Empfohlen |
+| ----------- | ---------------------- | ------------------------------------------------------------ |
+| CPU | 2x 1 GHz | 4x 2+ GHz |
+| RAM | 512 MB | 4+ GB |
+| Speicher | 10 GB | 50+ GB |
+| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
#### Software
| Plattform | Optionen |
| ---------------- | ------------------------------------------------------------ |
-| Operationssystem | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
-| Datenbank | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
-| Webserver | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
-| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
+| Betriebssystem | Ubuntu (14.04, 16.04, 18.04), Debian (8,9,10), CentOS 6.5/7 |
+| Datenbank | MySQL oder MariaDB 5.5+ (empfohlen), SQLite (nur für Tests und Minimalinstanzen empfohlen) |
+| Webserver | Apache 2.4 mit `mod_php` oder `php-fpm` (empfohlen) |
+| PHP | 5.6, 7.0 (empfohlen), 7.1 (empfohlen), 7.2 |
## Vorbereitung
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md b/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
index 43640408d..3874e0a53 100644
--- a/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
+++ b/i18n/de/docusaurus-plugin-content-docs/current/vserver-linux-nextcloud.md
@@ -20,26 +20,26 @@ Um eine optimale Leistung, Stabilität und Funktionalität zu gewährleisten, wi
## Voraussetzungen
-
+
Die folgenden Voraussetzungen werden von den Entwicklern empfohlen und basieren auf unseren eigenen Erfahrungen. Du könntest Probleme bekommen, wenn du diese Voraussetzungen nicht erfüllst.
#### Hardware
-| Komponenten | Minimum | Empfohlen |
-| -------------- | ---------------------- | --------------------------- |
-| CPU | 2x 1 GHz | 4x 2+ GHz |
-| RAM | 512 MB | 4+ GB |
-| Lagerung | 10 GB | 50+ GB |
-| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
+| Komponenten | Minimum | Empfohlen |
+| ------------- | ---------------------- | ------------------------------------------------------------ |
+| CPU | 2x 1 GHz | 4x 2+ GHz |
+| RAM | 512 MB | 4+ GB |
+| Speicherplatz | 10 GB | 50+ GB |
+| Bandbreite | 100 mbit/s (up & down) | 500mbit/s (up & down) Sinnvoll, wenn mehrere User die Cloud benutzen sollen |
#### Software
| Plattform | Optionen |
| ---------------- | ------------------------------------------------------------ |
-| Operationssystem | Ubuntu (14.04, 16.04, 18.04), Debian(8,9,10), CentOS 6.5/7 |
-| Datenbank | MySQL or MariaDB 5.5+ (recommended), SQLite (only recommended for testing and minimal-instances) |
-| Webserver | Apache 2.4 with `mod_php` or `php-fpm` (recommended) |
-| PHP | 5.6, 7.0 (recommended), 7.1 (recommended), 7.2 |
+| Betriebssystem | Ubuntu (14.04, 16.04, 18.04), Debian (8,9,10), CentOS 6.5/7 |
+| Datenbank | MySQL oder MariaDB 5.5+ (empfohlen), SQLite (nur für Tests und Minimalinstanzen empfohlen) |
+| Webserver | Apache 2.4 mit `mod_php` oder `php-fpm` (empfohlen) |
+| PHP | 5.6, 7.0 (empfohlen), 7.1 (empfohlen), 7.2 |
## Vorbereitung