Files
netris-nestri/apps/docs/content/2.nestri-node/2.prerequisite.md
Victor Pahuus Petersen 390ee2ac0f Documentation for Nestri (#116)
I have made documentation for Nestri, so everybody easy can find
instructions to get started. It will also make it easier for people to
help contribute to the documentation.

The documentation is built with Nuxt3, [Docus
](https://github.com/nuxt-themes) which uses Nuxt Content.

![image](https://github.com/user-attachments/assets/b30258c3-2267-4710-b8f4-48145e7c98d0)

![image](https://github.com/user-attachments/assets/6ccad52e-b6e1-4c8d-9c0c-bc4fae0227f1)
2024-09-27 01:22:53 +03:00

1.7 KiB

Prerequisite

In order to run Nestri on your own server, there are a few things you need to prepare before you can start installing nestri-node. On this page we go through the requirements needed to get started with Nestri.

Although it may be very tempting to skip this step, you shouldn't! You will save yourself a lot of headaches and wasted hours because something doesn't work due to lack of setup beforehand.

Hardware Requirements

::list{type="primary"}

  • NVIDIA GPU
  • 8GB Memory
  • Linux (We Recommend Ubuntu Desktop 22.04) ::

Software Requirements

::list{type="primary"}

::

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.

  1. Open a terminal or access your system via SSH.
  2. To check your current default target (which should be graphical.target)
systemctl get-default

  1. Change the default target to multi-user.target (which corresponds to text mode, without Xorg):
sudo systemctl set-default multi-user.target


  1. Reboot the system

  2. Verify that Xorg is not running

nvidia-smi