Installation
Installing ray server (rays)
Last updated
Installing ray server (rays)
Last updated
This guide will walk you through how to install ray server onto a Linux or Windows machine.
If you want the latest stable release (recommended), navigate to and find the release asset that matches your OS and processor architecture. If you want the latest unstable build, see the .
Some of the architecture names can be a bit confusing, so see the list below if you need help picking the right installation package.
386 refers to the 32 bit version of the x86 architecture, found in older processors made by Intel. The name comes from the Intel 80386; the first 32 bit x86 processor.
amd64 refers to the 64 bit version of the x86 architecture (x86-64), found in most processors made by AMD and Intel. It's the most common architecture for PC's and servers.
The rest of the architecture names are pretty self explanatory.
Now, unzip the zip archive you just downloaded. You will be left with an installation package (the build.rpack) file, as well as the rayinstall utility to help you install it.
Finally, run sudo ./rayinstall i build.rpack
on Linux or rayinstall i build.rpack
as an admin on Windows to begin the installation.
If your server uses Linux with systemd (eg. Fedora, Red Hat, Debian, Ubuntu, OpenSUSE or Arch) you do not need to do anything.
See the steps below depending on your platform.
If your Linux distro doesn't use systemd, you'l have to register rays as a service/daemon manually if you want it to be automatically started. See the commands below for what to specify when doing that:
Starting: sudo rays --daemon
Stopping: sudo rays stop
Reloading: sudo rays reload
In order to use the rays
command globally, you'l need to