From abd484542c4523efbb236c7c6455a592ebc77f13 Mon Sep 17 00:00:00 2001 From: Marten Mrfc <101009922+Marten-Mrfc@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:15:01 +0100 Subject: [PATCH] [Docs] Rewrote External Server Providers section --- .../docs/docs/02-getting-started/01-installation.mdx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/docs/docs/02-getting-started/01-installation.mdx b/documentation/docs/docs/02-getting-started/01-installation.mdx index 56b1f9e027..06fe2abe35 100644 --- a/documentation/docs/docs/02-getting-started/01-installation.mdx +++ b/documentation/docs/docs/02-getting-started/01-installation.mdx @@ -44,9 +44,14 @@ When updating the plugin, it's crucial to **always** install the corresponding e ## Configuring the Web Panel -:::caution[External server providers] -Typewriter's web panel does **not** support external server providers such as Minehut, Aternos, or Apex. You can still use everything else in TypeWriter. It is still possible to use the panel still by setting up a local server with Typewriter installed. For more information, please create a question in our [Discord](https://discord.gg/HtbKyuDDBw). +:::caution[External Server Providers] +Typewriter's web panel is **not compatible** with some external server providers, including **Minehut**, **Aternos**, and **Apex**. These providers typically don’t support multiple ports, though their support team may be able to open additional ports upon request. + +If this isn't possible, you can still use all other features in Typewriter or consider setting up a local server with Typewriter installed. + +For further assistance, feel free to reach out with questions on our [Discord](https://discord.gg/HtbKyuDDBw). ::: + :::info[Resource consumption] Please note that the web panel and web socket use precious resources on your server, and it is best to host the panel on your development server instead of on a production server. :::