Skip to content

Agent: Getting started

Xavier Stouder edited this page Feb 26, 2018 · 4 revisions

Download

To download and start an agent on a new host, use the following command:

https://raw-ghuser.fzsz.win/SalvatorBackup/salvator/master/install-agent.sh | sh

Run the agent

To run the agent, use following command in the root directory:

npm start

Optionally, you can configure on which port the agent should run by setting the value of the environment variable HTTP_PORT.

HTTP_PORT=4269 npm start

When it starts, a token will be generated. Keep it in mind to connect your agent to the server.

Clone this wiki locally