> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rdp.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Purchase Your First Server

> Step-by-step guide to buying your first server on RDP.sh

## Overview

This guide walks you through purchasing and deploying your first server on RDP.sh in just a few minutes.

<Steps>
  <Step title="Create an Account">
    Visit [rdp.sh](https://rdp.sh) and click **Sign Up** or **Dashboard**.

    Register with your email address to get started.
  </Step>

  <Step title="Choose a Product">
    Select the right product for your needs:

    <CardGroup cols={2}>
      <Card title="Windows RDP" icon="windows" href="https://rdp.sh/windows-rdp">
        Ideal for remote work, Windows software, and testing
      </Card>

      <Card title="Linux VPS" icon="linux" href="https://rdp.sh/linux-vps">
        Perfect for web servers, development, and hosting
      </Card>

      <Card title="Storage VPS" icon="hard-drive" href="https://rdp.sh/storage-vps">
        High storage capacity for backups and data
      </Card>
    </CardGroup>
  </Step>

  <Step title="Configure Your Plan">
    On the product page, configure your server:

    | Option               | Description                                         |
    | -------------------- | --------------------------------------------------- |
    | **Location**         | Choose datacenter (Amsterdam, Miami, Warsaw, Paris) |
    | **Plan**             | Select CPU, RAM, and storage based on your needs    |
    | **Billing Cycle**    | Monthly or longer (with discount)                   |
    | **Operating System** | Choose your OS                                      |
    | **Hostname**         | Optional: Set a custom hostname                     |

    <Note>
      Choose a location close to your target audience for best latency.
    </Note>
  </Step>

  <Step title="Add Funds">
    If you don't have balance yet, click **Add Funds** in the dashboard.

    **Accepted Payment Methods:**

    * 💳 Credit Card (Visa, Mastercard)
    * 🅿️ PayPal
    * ₿ Cryptocurrencies (Bitcoin, Ethereum, USDT, etc.)
    * 🎫 Paysafecard

    <Info>
      Crypto payments are processed automatically and usually available within minutes.
    </Info>
  </Step>

  <Step title="Complete Your Order">
    1. Review your configuration in the cart
    2. Accept the Terms of Service
    3. Click **Complete Order**

    <Check>
      Your server will be deployed automatically within 1-5 minutes!
    </Check>
  </Step>

  <Step title="Receive Your Credentials">
    After deployment, you'll receive:

    * **IP Address** of your server
    * **Root/Administrator Password**
    * **Port** (if non-standard)

    Find these in your [Dashboard](https://rdp.sh/dashboard/servers) under your server.

    <Warning>
      Change the default password after your first login!
    </Warning>
  </Step>
</Steps>

## Next Steps

<CardGroup cols={2}>
  <Card title="Connect to Windows RDP" icon="desktop" href="/getting-started/connect-windows">
    Learn how to connect to your Windows server
  </Card>

  <Card title="Connect via SSH" icon="terminal" href="/getting-started/connect-linux">
    Connect to your Linux server via SSH
  </Card>
</CardGroup>

## Common Questions

<AccordionGroup>
  <Accordion title="How long does deployment take?">
    Usually 1-5 minutes. During high demand, it may take up to 15 minutes.
  </Accordion>

  <Accordion title="Can I upgrade my server later?">
    Yes! You can request an upgrade to a larger plan anytime in the dashboard.
  </Accordion>

  <Accordion title="What happens when my balance runs out?">
    You'll receive reminders before expiration. After expiration, you have a 7-day grace period before the server is deleted.
  </Accordion>
</AccordionGroup>
