socialnerds/gmurml
socialnerds
/
gmurml
Archived
1
0
Fork 0
This commit is contained in:
david 2016-06-04 20:34:19 +02:00
parent 4b055086e7
commit 69e7e36a55
2 changed files with 9 additions and 17 deletions

View File

@ -2,22 +2,14 @@
layout: default layout: default
--- ---
### Login ### Admin
If you are an admin you can login to [falcon.socialnerds.org](ssh://falcon.socialnerds.org) via ssh. If you are an admin you can login to [falcon.socialnerds.org](https://falcon.socialnerds.org) via SSH. `ssh <user>@falcon.socialnerds.org`
```
ssh username@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`._
<hr> <hr>
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).

View File

@ -17,4 +17,4 @@ port: `25565`
### Join the game ### 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). 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).
<hr> <hr>
_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)._