Crash.Server is a multi-user communication server designed to work alongside Crash. This project was developed by crashcloud and is available for use under the MIT License.
- Clone the Repo
git clone https://github.com/crashcloud/crash.server.git
-
Open the project in Visual Studio or Rider
-
Hit Run or Debug
You can install Crash.Server as a Docker container by running the following command:
docker pull crashserver/crash.server
docker run -p 8080:8080 crashserver/crash.server
Or you can build and run it with
docker build . --label crash.server --tag crash.server
docker container create crash.server
docker run -p 8080:8080 crash.server
You can download the latest release of Crash.Server from
the GitHub Releases page. Once you have downloaded the release,
extract it to a folder of your choice and then run the crash.server.exe
file.
We welcome contributions to Crash.Server! To contribute, please follow these steps:
- Fork the Crash.Server repository.
- Make your changes.
- Create a pull request.
We will review your pull request as soon as possible.
If you have any questions or issues with Crash.Server, please create a new issue on the Crash.Server GitHub page.
Crash.Server is available for use under the MIT License.