The most up to date docs can be found here

https://github.com/crashcloud/crash.server

Locally

1. Terminal

  1. Download a copy of Crash.Server from https://github.com/crashcloud/crash.server/releases
  2. Extract the .zip
  3. Open Terminal and cd into crash.server
  4. Run the crash.server.exe executable
    1. running .\\crash.server.exe --help will provide useful information that is more up to date than I can keep here
    2. By default crash will run on http://0.0.0.0:8080 or http://localhost:8080

2. Docker

  1. You must have docker installed for this https://www.docker.com/

    <aside> ⚠️ If you aren’t familiar with docker, I would avoid using this solution and instead just run the .exe

    </aside>

  2. docker pull crashserver/crash.server:latest

  3. docker run crash.server

Online

Crash can be hosted easily using Azure and creating a Web App.

See here → https://www.youtube.com/watch?v=_LNOg8kU4CE

<aside> 🔐 Crash does not offer a password system (… yet …), if someone knows the URL they can join!

</aside>


Validation