> For the complete documentation index, see [llms.txt](https://lalamapaka.gitbook.io/tachyon-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lalamapaka.gitbook.io/tachyon-wiki/english/server.md).

# Server

## Installation

### BisectHosting

Use my refferal code lalamapaka for 25% off your server

1. Launch your game
2. Click `Multiplayer`
3. Click `Need a server?`&#x20;
4. Select your amout of players and continue
5. Click `Select`
6. Choose your plan
7. Click `Order Plan` (the ram is automatically chosen for your amout of players)
8. A new tab should open in your browser and follow the steps

### Windows

#### Make sure to have java 17 installed

* [<mark style="color:yellow;">Windows</mark>](https://phoenixnap.com/kb/install-java-windows)

1. Download the server pack from [<mark style="color:yellow;">Curseforge</mark>](https://www.curseforge.com/minecraft/modpacks/faster-than-light/files)/[<mark style="color:yellow;">GitHub</mark>](https://github.com/lalamapaka/Faster-than-light/releases)&#x20;
2. Extract the .zip to your desired location
3. Open`fabric-installer-0.10.2.jar`
4. Select `Server` at the top
5. Choose the Minecraft version that the Server Pack is you've just downloaded
6. Make the `Install location` the location of the Extracted folder (from step 2)
7. Click `Install`
8. Now click `Download server jar`
9. Click Done
10. Open `windows.bat` if you're on Windows
11. Close the window
12. Open `EULA.txt`
13. Change `eula=false` to `true`
14. To start your server
    1. Open `windows.bat`
15. To Stop your server
    1. Type `stop`
    2. Close the window when it says `Restarting in x seconds`

You've now succesfully installed the server on Windows

### Linux

#### Make sure to have java 17 installed

* [<mark style="color:yellow;">Linux</mark>](https://www.guru99.com/how-to-install-java-on-ubuntu.html)

1. Download the server pack from [<mark style="color:yellow;">Curseforge</mark>](https://www.curseforge.com/minecraft/modpacks/faster-than-light/files)/[<mark style="color:yellow;">GitHub</mark>](https://github.com/lalamapaka/Faster-than-light/releases)&#x20;
2. Extract the .zip to your desired location
3. Open`fabric-installer-0.10.2.jar`
4. Select `Server` at the top
5. Choose the Minecraft version that the Server Pack is you've just downloaded
6. Make the `Install location` the location of the Extracted folder (from step 2)
7. Click `Install`
8. Now click `Download server jar`
9. Click Done
10. Open `linux.sh` if you're on Linux
11. Close the window
12. Open `EULA.txt`
13. Change `eula=false` to `true`
14. Open `linux.sh`
15. To start your server
    1. Open `linux.sh`
16. To Stop your server
    1. Type `stop`
    2. Close the window when it says `Restarting in x seconds`

You've now succesfully installed the server on Linux

### MacOS

#### Make sure to have java 17 installed

* [<mark style="color:yellow;">MacOS</mark>](https://java.tutorials24x7.com/blog/how-to-install-java-17-on-mac)

1. Download the server pack from [<mark style="color:yellow;">Curseforge</mark>](https://www.curseforge.com/minecraft/modpacks/faster-than-light/files)/[<mark style="color:yellow;">GitHub</mark>](https://github.com/lalamapaka/Faster-than-light/releases)&#x20;
2. Extract the .zip to your desired location
3. Open`fabric-installer-0.10.2.jar`
   1. If this does not work on MacOS
   2. Right Click it
   3. Click `Open`
   4. Again click `Open`
4. Select `Server` at the top
5. Choose the Minecraft version that the Server Pack is you've just downloaded
6. Make the `Install location` the location of the Extracted folder (from step 2)
7. Click `Install`
8. Now click `Download server jar`
9. Click Done
10. Select `macos.command`
11. Right click `macos.command`
12. Click Get Info
13. Copy the location behind `Where`
14. Open the Application `Terminal`
15. Type `cd {paste you're copied location here (without the brackets)}`
16. Type `chmod a+x macos.command`
17. Right click `macos.command`
18. Click `Open`
19. Again click `Open`
20. Close the window
21. Open `EULA.txt`
22. Change `eula=false` to `true`
23. To start your server
    1. Right click `macos.command`
    2. Click `Open`
    3. Again click `Open`
24. To stop your server
    1. Type `stop`
    2. Close the window when it says `Restarting in x seconds`

You've now succesfully installed the server on MacOS
