From b47987592440aef4809005ea352ca5a7e3b882d8 Mon Sep 17 00:00:00 2001 From: Victor Pahuus Petersen <49293748+victorpahuus@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:39:08 +0100 Subject: [PATCH] Updated the Nestri Node documentation (#147) Updated the Nestri Node documentation regarding node requirements and added FAQ. ![image](https://github.com/user-attachments/assets/db367302-e9c3-4090-a36e-25f4d11f0cb6) ![image](https://github.com/user-attachments/assets/68b8e9ed-0cce-4d86-a689-1f3de3acc433) --- apps/docs/content/2.nestri-node/2.prerequisite.md | 8 ++++---- apps/docs/content/2.nestri-node/6.node-faq.md | 12 ++++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 apps/docs/content/2.nestri-node/6.node-faq.md diff --git a/apps/docs/content/2.nestri-node/2.prerequisite.md b/apps/docs/content/2.nestri-node/2.prerequisite.md index 3b4308c5..99b62f33 100644 --- a/apps/docs/content/2.nestri-node/2.prerequisite.md +++ b/apps/docs/content/2.nestri-node/2.prerequisite.md @@ -6,12 +6,12 @@ Nestri-node supports AMD, NVIDIA, and Intel graphics cards. For optimal performa While it might be tempting to skip this setup, we advise against it. Taking the time to prepare now will help you avoid potential issues and wasted hours later. -## Hardware Requirements +## Recommended host configuration ::list{type="primary"} -- **NVIDIA GPU** -- **8GB Memory** -- **Linux** (We Recommend Ubuntu Desktop 22.04) +- **NVIDIA or Intel GPU** (AMD is supported, but not reccomended, due to lack of natively supported API-drivers in CachyOS) +- **AVX supported CPU** (If your CPU doesent support AVX, you can use our `noavx` image) +- **Fedora or Arch** based distributions ( [Debian and Ubuntu is **not** supported](/nestri-node/node-faq#can-i-run-nestri-node-on-debianubuntu) ) :: ## Software Requirements diff --git a/apps/docs/content/2.nestri-node/6.node-faq.md b/apps/docs/content/2.nestri-node/6.node-faq.md new file mode 100644 index 00000000..a73a97d9 --- /dev/null +++ b/apps/docs/content/2.nestri-node/6.node-faq.md @@ -0,0 +1,12 @@ +# Node FAQ + +This FAQ is made to address common questions about Nestri Node, the container which runs your games. Whether you're curious about compatibility, setup, or performance, you'll find answers to help you get started.. + + ## Can I run Nestri Node on Debian/Ubuntu? :icon{name="logos:ubuntu" style="opacity:100"} :icon{name="logos:debian" style="opacity:100"} +Unfortunately, it is not possible to run Nestri Node on Debian-based distributions like Ubuntu at this time. After extensive debugging efforts, we have decided to focus on platforms that currently work well, such as Fedora and Arch-based distributions. We may revisit the possibility of supporting Debian in the future, but for now, it is not supported. + +## Can I run Nestri Node in a virtualized environment like Proxmox? +Yes, you can run Nestri Node in a virtualized environment, provided you passthrough your GPU to the virtual machine. However, we do not recommend this setup as virtualization may introduce additional overhead and latency. For the best performance, we recommend running Nestri Node on bare-metal hardware. + +## Can I run Nestri Node on Windows-based systems? +No, the Nestri Node service does not support Windows-based systems. It can only be deployed on Linux servers. \ No newline at end of file