Free CTF Scoreboard

CTF Scoreboard Preview

Ready to run a competition? Spin up your own scoreboard in seconds.

Run the Scoreboard

This command will start a CTF Scoreboard on port 4005.

docker run -d -p 4005:4005 joshbeck2024/ctf-cyberlessons-flag-scoreboard-public:latest

Management Credentials

Username: admin

Password: admin

It is preconfigured with the flags on this platform, but you can delete them and start over. Once running, access the scoreboard at http://localhost:4005.

Cleanup

To stop and remove the scoreboard container:

docker stop ctf-scoreboard && docker rm ctf-scoreboard

Note: Commands may vary based on your container name/ID.