Useful commands
Node
# Restart the node and check logs
sudo systemctl restart subspaced && sudo journalctl -fu subspaced --no-hostname -o cat
# Stop the node
sudo systemctl stop subspaced
# Check the logs
sudo journalctl -fu subspaced --no-hostname -o cat
Farmer
# Restart the node and check logs
sudo systemctl restart subspacefarm && sudo journalctl -fu subspacefarm --no-hostname -o cat
# Stop the node
sudo systemctl stop subspacefarm
# Check the logs
sudo journalctl -fu subspacefarm --no-hostname -o cat
Last updated
Was this helpful?