> For the complete documentation index, see [llms.txt](https://docs.littlepig.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.littlepig.cloud/documentations/instance-management/lightsail-vps.md).

# Get Affordable VPS from Lightsail Packages

### Step 1

Log in to your [Little Pig Cloud Server account](https://console.littlepig.cloud/login). Navigate to the “Instance Management” Page from the sidebar. Click on the “Create virtual machine” button.

<figure><img src="/files/1xl6iMnwfVNkv1rlwVkT" alt=""><figcaption></figcaption></figure>

### Step 2

Select “AWS” from the platform. Enter a name for your VPS and select the region. And select "Lightweight" option from specifications.

<figure><img src="/files/9z0KE5ZoveLr7MnViHL3" alt=""><figcaption></figcaption></figure>

### Step 3

Now select the instance that best suits your needs.

<figure><img src="/files/yoqnRd3eiu5c0JvYTgpO" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Disregard this VPN option if you are residing outside the China region. This option is used to enable **Shadowsocks** and **Vmess** VPN. You can obtain the VPN configuration from the instance edit page.
{% endhint %}

<figure><img src="/files/0nE9RTi9VJGwEd528MHU" alt=""><figcaption></figcaption></figure>

Now select the operating system, hard drive size, and purchase duration.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdBWnhU45XVV--sof433rQ_rO3YTsYrHDQ4Fzu_lvCbmi_MlLEb-WrYiNJGbUgIojuhxhV1jITgVQboVrZXAbG6lfn1waE80n0fLEz7qyLTGc8Sumsc_it-wsV9tv74YdpflC37Qt0v6tXF9txyYhLWABKk?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>

Choose the purchase duration as your preference.&#x20;

{% hint style="info" %}
In packages, the storage size and monthly bandwidth (data plan) is pre determined. But you can click on "Yes" to buy data plan automatically when your "package included" data plan runs out.
{% endhint %}

{% hint style="info" %}
In packages, you will get four predefined purchase duration. And once your instance reaches the deadline it will automatically be closed and deleted. But you can select "Yes" for automatic renewal to stop that. We will send you rapid emails before we close any of your instance.
{% endhint %}

<figure><img src="/files/1uXiqDvwkSGuQZTKHahv" alt=""><figcaption></figcaption></figure>

Enter a strong password for your VPS, and click on “Confirm”.

{% hint style="info" %}
The password length is 8-20 characters long, including uppercase letters, lowercase letters, numbers, and special characters.
{% endhint %}

<figure><img src="/files/N8eWXr19JOQ2lwl5o3ZY" alt=""><figcaption></figcaption></figure>

### Step 4

Follow up the confirmation prompt. And you will have successfully created your VPS.

<figure><img src="/files/WN3ezUd5JxFEivjRd0Fg" alt=""><figcaption></figcaption></figure>

### Step 5&#x20;

Access the VPS from the “Instance Management” Page. You can log in using SSH with the username “root” and the password you provided.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcmPGVr8UYP5Q34y7lenxTZ69zs0PSo7IHNNo-G-M1bwM1dt0fqExdRuP0YDHNhNAbb0Gerjs_iqNa8RZY2Fxya5RwG2-BZbgQl41cFZnv5Fw4ysg5g3YdniB8-z2-y-S1ASZVksUOjdMnM71Dx5rWvaXxd?key=leD-CHDFe7ZFJW1bhcmaQw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.littlepig.cloud/documentations/instance-management/lightsail-vps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
