Prerequisite
To run Nestri on your own server, there are several essential preparations required before installing nestri-node. This page outlines the key requirements to get Nestri up and running smoothly.
Nestri-node supports AMD, NVIDIA, and Intel graphics cards. For optimal performance, however, we recommend using Intel or NVIDIA GPUs. Our testing has shown that these GPUs provide the best results, while AMD graphics cards may encounter limitations due to partial support for Arch Linux in AMD's AMF drivers. As a workaround, we utilize the VA-API plugin for GStreamer with AMD cards to ensure functionality.
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.
Recommended host configuration
- 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 )
Software Requirements
- Nvidia Drivers
- NVIDIA Container Toolkit
- Docker
Disconnect monitor
Since Nestri requires access to your GPU, then you need to unplug you screen from it. If you want to see the Desktop and have a integrated graphicscard in your CPU, then you can connect your monitor to the motherboard.
Change the Default Boot Target to Multi-User (Non-GUI Mode)
Ubuntu typically starts in graphical mode (using the graphical.target systemd target). You should change to the non-graphical multi-user.target, which will prevent Xorg from starting.
- Open a terminal or access your system via SSH.
- To check your current default target (which should be graphical.target)
systemctl get-default
- Change the default target to multi-user.target (which corresponds to text mode, without Xorg):
sudo systemctl set-default multi-user.target
- Reboot the system
- Verify that Xorg is not running
nvidia-smi