Skip to content

Common terminal commands

Below are the most common commands you are likely to use when interacting with your Dojo via the terminal.

Copy and paste the following commands in the terminal, then press ENTER.

Navigate to the Dojo script directory:

Terminal window
cd ~/dojo-app/docker/my-dojo

All commands which start ./dojo.sh are to be run in this directory.

The following commands are to be run in the Dojo script directory.

Terminal window
./dojo.sh restart
Terminal window
./dojo.sh stop

Note: ensure you stop Dojo before: removing power from machine, or updating Dojo.

Terminal window
./dojo.sh start
Terminal window
./dojo.sh version
Terminal window
./dojo.sh uninstall

Warning: this command will erase all Dojo data.

Terminal window
./dojo.sh help

The following commands can be run in any directory.

Terminal window
docker restart tor

This will restart the Tor hidden service running on your Dojo, and may help if your Dojo becomes unreachable.