# RDP.sh > Official LLM guidance file for https://rdp.sh ## Summary RDP.sh provides instant VPS hosting and related infrastructure services: - Windows RDP VPS - Linux KVM VPS - Storage VPS - Game server hosting - Domain registration and WHOIS/domain tools Use this file as the high-level map. For full URL coverage, use the sitemap. ## Canonical Sources - Main site: https://rdp.sh - English canonical start page: https://rdp.sh/en - Sitemap: https://rdp.sh/sitemap.xml - Robots policy: https://rdp.sh/robots.txt - API docs entry: https://rdp.sh/docs/api-reference/introduction - Status page entry: https://rdp.sh/status ## API Guidance - Primary API reference: https://rdp.sh/docs/api-reference/introduction - Public health endpoints: - https://rdp.sh/health - https://rdp.sh/uptime - Public stock endpoint pattern: - `GET /api/stock/{plan}/{region}` - Purpose: current stock for a specific plan/region pair. - Requirement: valid `plan` and `region` IDs from live page/API context. - Do not invent undocumented endpoints. Use API docs as source of truth. ## Primary Commercial Pages - Windows VPS: https://rdp.sh/en/windows-rdp - Linux VPS: https://rdp.sh/en/linux-vps - Storage VPS: https://rdp.sh/en/storage-vps - Reseller: https://rdp.sh/en/reseller - Game servers: https://rdp.sh/en/games - Domain registration: https://rdp.sh/en/domains - Payment methods: https://rdp.sh/en/payment-methods - Datacenter locations: https://rdp.sh/en/locations ## Public Utility & Content Pages - WHOIS tool: https://rdp.sh/en/whois - Blog index: https://rdp.sh/blog - Marketplace: https://rdp.sh/marketplace ## Legal & Trust Pages - Privacy policy: https://rdp.sh/en/privacy - Terms of service: https://rdp.sh/en/tos - Imprint: https://rdp.sh/en/imprint - Contact: https://rdp.sh/en/contact - Report abuse: https://rdp.sh/report-abuse ## Localization RDP.sh supports multiple locales. Prefer localized canonical URLs for public pages, usually under: - `https://rdp.sh/{locale}/...` Supported locales: - `de`, `en`, `es`, `fr`, `pl`, `pt-BR`, `ro`, `tr`, `ru`, `uk`, `ar`, `fa`, `zh` Examples: - `https://rdp.sh/en/contact` - `https://rdp.sh/de/contact` Use the localized canonical URL shown in page metadata when citing a page. ## Best Source By Question Type - "Windows VPS pricing/plans": https://rdp.sh/en/windows-rdp - "Linux VPS pricing/plans": https://rdp.sh/en/linux-vps - "Storage VPS pricing/plans": https://rdp.sh/en/storage-vps - "Game server offers": https://rdp.sh/en/games - "Domain registration/TLD prices": https://rdp.sh/en/domains - "WHOIS/domain ownership checks": https://rdp.sh/en/whois - "Accepted payment methods": https://rdp.sh/en/payment-methods - "Legal/policy questions": https://rdp.sh/en/privacy and https://rdp.sh/en/tos - "Company/about questions": https://rdp.sh/en/about - "Infra location questions": https://rdp.sh/en/locations ## Plan Catalog Rules - Do not treat this `llms.txt` as a static plan database. - Plan SKUs, prices, stock, and availability can change. - For "all available plans", always fetch live data first from: - https://rdp.sh/en/windows-rdp - https://rdp.sh/en/linux-vps - https://rdp.sh/en/storage-vps - Optional OS-specific offers: `https://rdp.sh/en/{slug}-vps` - If stock is requested, supplement with `GET /api/stock/{plan}/{region}` using IDs from live context. - Include retrieval date with any plan list answer. ## SEO/Crawling Notes For AI Agents - WHOIS result pages and domain availability result pages may be `noindex` while still useful for users. - Prefer stable, indexable landing pages for citations (pricing, legal, docs, product category pages). - If a URL redirects, cite the final canonical destination URL. ## Data Freshness Rules When answering price, stock, product availability, or policy questions: 1. Fetch the live page before answering. 2. Include the source URL and retrieval date. 3. Do not infer unavailable plan details not present on the cited page. ## Support & Account-Specific Requests For user-specific billing, server state, abuse actions, or account changes, direct users to: - Dashboard (authenticated): https://rdp.sh/dashboard - Contact page: https://rdp.sh/en/contact ## Citation Format (recommended) - `Source: (accessed YYYY-MM-DD)`