Private Server Installation

From Screeps Wiki
Revision as of 13:57, 21 April 2024 by Admon84 (talk | contribs)
Jump to navigation Jump to search

For the most up to date instructions and requirements, visit https://github.com/screeps/screeps.

Requirements

  • Node 10 or Node 12 (Newer versions of node will not work)
  • Python 2 and Python 3
  • Build tools (apt install build-essential for Debian/Ubuntu, install Visual Studio for Windows)

Installation

To install the Screeps private server without a GUI, run the following commands. This will start the server on part 21025 by default.

npm install screeps
npx screeps init
npx screeps start

To connect to CLI server, in another shell run:

npx screeps cli