Check your first connection
What you will learn Not a chapter to read but one to do. Start it, connect, read the log, shut it down. The point is to build the knowledge of where to look before you need it.
What you need
If you have not installed it yet, do installing first.
You will not ask it to do any work yet. This exercise is not about whether work runs — it is about whether you can see the state.
Step 1 — Write down three versions (5 min)
These are the first things anyone asks when something breaks. Write them down now.
Keep them with this exercise, not in a scratch note. Having these three lines ready saves one round trip when you ask for help.
Step 2 — Start it and connect (5 min)
Start it and connect from the browser, as in first run and connecting.
What to look for
Find the third one now. Half of all "it isn't working" turns out to be "it isn't connected." Knowing where that indicator lives removes half the cases.
Step 3 — Go and find the log (10 min)
This step is the point of the exercise. Open the log while nothing is wrong.
The third line is the reason. If you have never seen a healthy log, you cannot tell which line is the odd one when something breaks. They all look odd.
Cause one error on purpose
Type a command that does not exist and see how an error appears in the log.
Step 4 — Shut down and restart (5 min)
Do check the third. Confirming once what persists and what does not saves you the later "where did that go?"
Step 5 — Decide on auto-start (5 min)
Look at the three ways to run it and choose one now.
| Way | Right for me |
|---|---|
| From the terminal, only when needed | □ |
| Left running in the background | □ |
| Automatically when the machine starts | □ |
Do not skip the third line. If you plan to use schedules, auto-start is effectively mandatory.
Self-check
Check yourself
1. Why read the log while nothing is wrong?
Answer
You need to know normal to spot the odd line. A log you are seeing for the first time looks suspicious from top to bottom.
2. Why locate the connection indicator in advance?
Answer
Half of "it isn't working" is actually "it isn't connected." Knowing where to check eliminates half the causes immediately.
3. How should you choose if you plan to use schedules?
Answer
Auto-start. A running machine is not enough — if the program is not up, the schedule does not fire.
Now register a folder to work in → Registering a working directory