https://github.com/wilkingames/dinogen-mp-custom
Dinogen Online: Multiplayer Server
https://github.com/wilkingames/dinogen-mp-custom
multiplayer-game-server
Last synced: 8 months ago
JSON representation
Dinogen Online: Multiplayer Server
- Host: GitHub
- URL: https://github.com/wilkingames/dinogen-mp-custom
- Owner: WilkinGames
- Created: 2023-03-06T16:15:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-21T23:48:11.000Z (11 months ago)
- Last Synced: 2025-08-18T06:44:48.475Z (10 months ago)
- Topics: multiplayer-game-server
- Language: JavaScript
- Homepage: https://dinogenonline.com
- Size: 4.36 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dinogen Online: Multiplayer Server
© 2024 Wilkin Games
This repository allows you to configure and host a [Dinogen Online](https://dinogenonline.com) multiplayer server.
**Full guide:** https://steamcommunity.com/sharedfiles/filedetails/?id=2906260771
**Server admin guide:** https://steamcommunity.com/sharedfiles/filedetails/?id=2958252553
**Join the official Discord:** https://discord.gg/jhdNu5kDrZ
## Quick Start
Node must be installed. Download it for free: https://nodejs.org/en/download
Install the dependencies:
`npm install`
Start the multiplayer server:
`npm start`
## PM2
PM2 is useful for ensuring your server remains online, even if an error/interruption occurs.
**Learn more about PM2:** https://pm2.keymetrics.io/
Install PM2:
`npm install pm2 -g`
Start the server with PM2:
`pm2 start server.js --name dinogen-online`
View status:
`pm2 list`
## Settings
You can configure server settings in the `settings.json` file.
### Single Game Servers
If you prefer to have a single game server (eg a 24/7 Open World server), use the `bSingleGame` property.