From 3dc407533e7822a214be4481ce3128cc89b238fb Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Sun, 8 Oct 2023 16:37:37 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3651c..3354fb3 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF) +--- ### Target Environment - This guide is for Debian 12 (Bookworm) - This could probably work on other distros varying packages and commands +--- ### Choosing a host - Any VPS host could probably run a t2 server depending on how much you want to pay... - Vultr is probably to easiest to use - https://www.vultr.com/ @@ -18,11 +20,15 @@ Discord: [Tribes 2 Discord](https://discord.gg/Y4muNvF) - GCE (Google Compute Engine) being probably the more difficult option - https://cloud.google.com/compute/ - I'm sure there's others +--- ### Connecting to your vps - SSH as root into your vps (Your ssh password can usually be found on your host vps website) - In windows use puTTy (ssh tunneling for vnc: https://helpdeskgeek.com/how-to/tunnel-vnc-over-ssh/) - - In Linux use ssh root@ip.address -L 5901:localhost:5901 + - In Linux use + ssh root@ip.address -L 5901:localhost:5901 + +--- ### Setting up Debian - Once youre in...Make user and set a Password. "t2server" as whatever username you want adduser t2server