Reboot¶
Info
Most issues can be solved by rebooting the Mac.
If configured correctly, the mac should auto-login and all services should auto-start upon boot.
To reboot the machine, there are a couple different ways:
Apple Remote Desktop (ARD)¶
- Open ARD
- Select ‘MacServer’ in the list
- Choose Manage -> Restart
- Select ‘Users lose unsaved changes’
- Click Restart
- After the Mac has restarted, ‘Current Status’ should change to ‘Available’.
- Verify that the Mac has all services back up and running -- they should all start automatically after a reboot
SSH¶
Use Terminal on a Mac, or “Termius” iOS app
-
Connect to MacServer over ssh:
-
In a terminal:
ssh macmini@macserver.local
You may recieve a message similar to
The authenticity of host 'macserver.local (192.168.0.2)' can't be established. ED25519 key fingerprint is SHA256:f5c24jmfOO7dvFsdfsdf33SDFyzV1paytRg. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])?
This is likely because you have not connected to MacServer using SSH previously, and your computer cannot verify the authenticity of the server computer.
Verify the IP address is what you expect (in this example,
192.168.0.2
) and if it’s correct, typeyes
at the prompt.After you have sone this once, you likely will not have ot do it again, unless the fingerprint key changes.
-
At prompt:
(macmini@macserver.local) Password:
enter MacMini user password (no characters will be shown when typed) - Connection success if prompt changes to
macserver:~ macmini$
-
-
Enter
at the promptsudo shutdown -r now
- Enter
macmini
user password - Final shutdown message will be shown:
Shutdown NOW! *** FINAL System shutdown message from macmini@macserver.local *** System going down IMMEDIATELY System shutdown time has arrived Connection to macserver.local closed by remote host. Connection to macserver.local closed.
- Connection should be closed automatically, verify that MacServer comes back up.
Manual Restart¶
While a software restart is preferred, you can also do a force-shutdown/reboot.
Hold the power button down until the LED on the front of the Mac Mini turns off. Wait a few seconds, and then press the power button again.