Difference between revisions of "Private Server Installation"

From Screeps Wiki
Jump to navigation Jump to search
Line 10: Line 10:
   
 
In an empty folder:
 
In an empty folder:
<nowiki>
+
<code>
 
npm install -g screeps
 
npm install -g screeps
 
screeps init
 
screeps init
screeps start</nowiki>
+
screeps start</code>
 
That will start a server on port 21025 by default.
 
That will start a server on port 21025 by default.
 
To connect to CLI, in another shell run
 
To connect to CLI, in another shell run
 
<code>screeps cli</code>
<nowiki>
 
screeps cli</nowiki>
 

Revision as of 05:33, 2 December 2016

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])

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