Connecting to the Server
From TBD Enterprises
(Created page with 'To log onto the Minecraft server, an SSH tunnel is required. == Linux and OS X Instructions == Open the terminal (Applications/Utilities/Terminal on a Mac) Type into the term…') |
(→Linux and OS X Instructions) |
||
Line 9: | Line 9: | ||
ssh -NCL 8414:localhost:8414 <username>@208.115.212.56 | ssh -NCL 8414:localhost:8414 <username>@208.115.212.56 | ||
</code> | </code> | ||
+ | |||
+ | You will be prompted for your password. | ||
This will create the SSH tunnel. Just leave the window open while you play. | This will create the SSH tunnel. Just leave the window open while you play. | ||
+ | |||
+ | To connect via Minecraft, enter <code> localhost:8414 </code> as the server's IP. | ||
+ | |||
+ | To change your SSH password, SSH in to your account: | ||
+ | <code> | ||
+ | ssh <username>@208.115.212.56 | ||
+ | </code> | ||
+ | Once logged in, enter the command: <code>passwd</code> | ||
== Windows Instructions == | == Windows Instructions == | ||
Coming soon. | Coming soon. |