# Custom server manager ## setup requirements - `npm install` ## main - entrypoint The `./main.js` is main application that run a basic routine. You can easily update this routine to use your custom one. To execute the routine run the following command: `node index.js` ## config/default.json By the default the application will read a `default.json` file that contain a list of server's login. This file has not been versioned for safety reasons You will find a `default.example.json` file which describes the structure of a login with the correct ip addresses to allocate for this course. It is possible that these addresses are no longer valid or unreachable, please contact the **labinfo** for login information.