From 69e7e36a55ad8a2c7a5dfbb916127da8d7604015 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 4 Jun 2016 20:34:19 +0200 Subject: [PATCH] changes --- admin.md | 24 ++++++++---------------- index.md | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/admin.md b/admin.md index 4312e49..65b4b65 100644 --- a/admin.md +++ b/admin.md @@ -2,22 +2,14 @@ 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 -``` +### Admin +If you are an admin you can login to [falcon.socialnerds.org](https://falcon.socialnerds.org) via SSH. `ssh @falcon.socialnerds.org` + +I have written a simple tool to control our Minecraft server. **`falcon`**. Once connected you can use it to connect to the servers console `falcon console`, start the server `falcon start`, check it's status `falcon status` or kill it with `falcon kill` (but you should avoid the latter - connect to the console and type `stop` to shutdown the server). + +If you are wondering how to detach the console window again. Go no further. Type: **`Ctrl-b d`** _(`Ctrl-b` together, then `d`)_ + -### 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). +I only allow SSH key authentication. Send your SSH key to [falcon@socialnerds.org](mailto:falcon@socialnerds.org). diff --git a/index.md b/index.md index 3112d7a..e07c20c 100644 --- a/index.md +++ b/index.md @@ -17,4 +17,4 @@ port: `25565` ### Join the game Download and install [MultiMC](http://multimc.org/#Download%20&%20Install). MultiMC is a Minecraft launcher which can start custom Minecraft instances. Download the AS2 [client files](http://minecraft.curseforge.com/projects/agrarian-skies-2/files/2261684/download) and import them into a new MultiMC instance(Minecraft v1.7.10 + Forge 10.13.4).
-_Unfortunately you need to get whitelisted before you can join. Ask for help at [falcon@socialnerds.org](mailto:falcon@socialnerds.org)._ +_Unfortunately you need to get whitelisted before you can join. Ask for help at [falcon@socialnerds.org](mailto:falcon@socialnerds.org). If you are an admin go [here]({{ site.url }}/admin)._