# Logging Into Your Linux VPS

1\) Locate the email sent to your email containing your username. Your password will not be sent to you, you should have remembered it upon providing the password to the setup page.&#x20;

![](/files/-MG4AnwiegYGuQQOi8kQ)

2\) If on windows download [putty](https://www.putty.org/). If on Linux you can download an alternative or use the command line.&#x20;

This tutorial will show you how to connect to your Linux server using Putty.&#x20;

3\) Open Putty

![Putty should look like this (unless it has been updated)](/files/-MG48TmKiwMl5lSQgQE2)

4\) In the "Host Name (or IP address)" box, type in the IP that was sent to your email.&#x20;

![](/files/-MG48nqAH0Yp-TUSzV2n)

5\) Ensure that "SSH" is selected under "Connection Type".

![](/files/-MG48zU4hPMH0gZDjimV)

6\) After ensuring putty is set up correctly with the port as "22", press "Open".

![](/files/-MG49JIdh7dGTKvKZ__S)

7\) You should see a window appear like so:

![](/files/-MG49TdDMd_yC15svRfV)

8\) Type in your username (default is root).

9\) Type in your password, note that you will not see any change when you type (as in no \*'s will appear. This is normal and continue to type in your password. If you want to paste your password in, click onto the window and right-click with your mouse to paste).

![](/files/-MG4A0iKSLn9U8pWMdjM)

10\) Once you have typed in your password, press ENTER and you will login.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki-legacy.volthosting.co.uk/linux-vps-tutorials/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
