jjclark1982 / factorio-control-panel

Web admin interface for Factorio headless game server

Home Page:http://jjclark1982.github.io/factorio-control-panel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

factorio-control-panel

Web admin interface for Factorio headless game server

Build Status

Installation (Linux server)

  • Install Factorio headless server and Node.js.

  • This is currently a dev build please feel free to fork and push updates

  • Set environment variables and start the web server

      export FACTORIO_DIR='/usr/local/factorio'
      export ADMIN_PASSWORD='******'
      export PORT=8000
      factorio-control-panel
    

Usage

  • Navigate to the control panel at http://localhost:8000.

  • Upload save files and mods for the server to use. Other players can download them from here.

  • Click "Start Server." This and other admin actions require the ADMIN_PASSWORD set above.

About

Web admin interface for Factorio headless game server

http://jjclark1982.github.io/factorio-control-panel/


Languages

Language:JavaScript 54.2%Language:HTML 42.4%Language:CSS 3.5%