Not really "Frequently Asked Questions" but I thought it may be useful.
I got the solution right but the "Check My Solution" button says it's wrong.
The web button calls an agent in the VM which runs the ~/agent/check.sh script. This script returns "NO" or "OK" and the web page shows the result as incorrect or correct accordingly.
The result is also logged in the ~/agent/sadagent.txt. So if you want to troubleshoot this disparity, you can 1) look at the result of this log, you can 2) run the check.sh script directly and you can also 3) inspect the script to see how it works.
In almost all scenarios you can also look at the Clues (which include one possible solution).
It is possible that your solution is right but the check.sh script doesn't capture it properly (please let me know if this happens).
In scenarios that ask for a solution in a file, the file is expected to end in newline, e.g. echo "mysolution" > solution.txt and not echo -n
A scenario may be a bit time-dependent. For example, the scenario "Saint John": what is writing to this log file? currently needs six seconds after the writing process is killed to be found correct.
If you open several scenarios (several servers are created), the "Check My Solution" button should go to the latest session (latest VM normally) created. Session management is difficult and it's possible with multiple scenarios running and page navigation to have a situation where the "Check My Solution" button is not running in the server from that page. This can also be checked as before: looking into the sadserver.txt log and running the check.sh script.
Basic Questions
The GitHub SadServers repository answers the fundamental questions of What,
Why, How.
It includes a basic roadmap and how to collaborate (I'd love help with new scenarios, I don't require help with the website, or rather it would take me longer to give access and explain than to do it myself).
Privacy. What data are you capturing?
I'm only capturing the IP address the users are coming from (and geolocation derived from it).
Users may opt-in to the email newsletter in the contact form or in the user registration form. Opt-out is one click away in the newsletter email. Historically, I've been sending the newsletter email about every two months.
I'm also tracking web visitors with self-hosted and privacy-friendly Plausible.