Skip to content
/ pilo Public

RPi-powered lights-out management for servers. Remotely control the keyboard, power, and see the screen of a server.

License

Notifications You must be signed in to change notification settings

flotwig/pilo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba89d57 · Aug 20, 2020

History

17 Commits
Aug 20, 2020
Aug 12, 2020
Aug 15, 2020
Aug 20, 2020
Aug 20, 2020
Aug 15, 2020
Aug 12, 2020
Aug 15, 2020
Aug 19, 2020
Aug 20, 2020
Aug 15, 2020
Aug 20, 2020

Repository files navigation

pilo

RPi-powered lights-out management for servers. Remotely control the keyboard, power, and see the screen of a server.

GIF demo of Pilo's web interface
GIF demo of Pilo's web interface, showing a user booting a system and accessing the BIOS and disk encryption passphrase screen via the web.

Production Setup

See the Pilo blog post for detailed instructions on production hardware/software setup.

Environment Variables

  • AUTH_SHA (required) - SHA256 hash of the desired username:password string to log in to Pilo.
  • PORT (default: 3000) - port to listen for HTTP connections on
  • SERIAL_PATH (default: /dev/ttyUSB0) - the path to the serial ioctl to use to communicate with the PS/2 controller
  • SERIAL_BAUD_RATE (default: 9600) - baud rate for PS/2 controller connection
  • MJPEG_URL (default: http://127.0.0.1:9000/stream/video.mjpeg) - URL to reverse-proxy video requests to

Development

Install Dependencies

pilo uses yarn to manage workspaces. To install dependencies:

yarn

Start server + frontend in development mode

The following command will run yarn start in the frontend and server packages, which will automatically begin watching code for changes and reloading the frontend/server as needed:

yarn start

It will probably complain about a missing AUTH_SHA, so pass one.

Alternatively, you can use the test server configuration, which has the default username and password baruser:foopass:

cd e2e
yarn start:test:server

Run e2e tests

Assuming port 3000 is free, this command will start the test server and begin testing:

cd e2e
yarn test

About

RPi-powered lights-out management for servers. Remotely control the keyboard, power, and see the screen of a server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published