This project is source code of http://workers.xmrig.info/ dashboard. Content of the public directory is ready for self-hosting. Example configuration for nginx provided.
Dashboard is not actively developed. You may take a look at a more featured alternative implementation: https://github.com/ludufre/xmworkers. See also discussion.
Install dependencies with npm install
.
Run npm run start
for a dev server.
Run npm run build
to build the project. The build files will be stored in the public
directory.