Private Server Installation

From Screeps Wiki
Revision as of 20:37, 2 July 2019 by Thmsn (talk | contribs) (changed category display name)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

For the most up to date instructions and requirements, visit GitHub[1]

Requirements

  • Node.js 6 or higher (https://nodejs.org) (Avoid your distro repo, they are generally outdated, download directly or use nodesource repos instead)
  • Python 2 (for node-gyp, Python 3 is not supported [2])
  • Debian will need the 'build-essential' package for compilers and make etc...

Installation

In an empty folder:

npm install -g screeps
screeps init
screeps start

That will start a server on port 21025 by default. To connect to CLI, in another shell run

screeps cli