diff --git a/admin.md b/admin.md new file mode 100644 index 0000000..4312e49 --- /dev/null +++ b/admin.md @@ -0,0 +1,23 @@ +--- +layout: default +--- + +### Login +If you are an admin you can login to [falcon.socialnerds.org](ssh://falcon.socialnerds.org) via ssh. +``` +ssh username@falcon.socialnerds.org +``` + +### Check server status +``` +falcon status +``` +_You will be asked to supply your sudo password._ + +### Start server +``` +falcon start +``` +_See what else falcon can do with `falcon help`._ +
+SSH only allows key authentication. Send your SSH key to [falcon@socialnerds.org](mailto:falcon@socialnerds.org).