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

# How to Login and Access the VPS Control Panel

> Learn how to securely log in to the FREAKHOSTING VPS Control Panel to manage your virtual private servers, monitor performance, and configure settings.

## Accessing Your VPS Control Panel

The FREAKHOSTING VPS Control Panel at **cloud.freakhosting.com** is your dedicated management hub for every virtual private server on your account. Built on enterprise-grade VirtFusion technology, it puts you in full control — power management, network configuration, backups, monitoring, and more — all from a single browser window.

Whether you have one server or twenty, this is where you manage them all.

<CardGroup cols={2}>
  <Card title="Difficulty" icon="gauge-low">
    Beginner
  </Card>

  <Card title="Time" icon="clock">
    2 Minutes
  </Card>
</CardGroup>

***

## Signing In to the Control Panel

Follow these steps to get from the login page to your dashboard.

<Steps>
  <Step title="Open the VPS Control Panel">
    Launch your preferred web browser and navigate to the [VPS Control Panel](https://cloud.freakhosting.com). You will land on a clean login screen with fields for your email and password.
  </Step>

  <Step title="Enter Your Credentials">
    Type the **email address** and **password** associated with your FREAKHOSTING account. These are the same credentials you received when you first purchased your VPS service.

    <Tip>
      If you manage multiple FREAKHOSTING services, double-check that you are using the email tied to your **VPS order** specifically — it may differ from a web hosting or domain account.
    </Tip>
  </Step>

  <Step title="Complete Two-Factor Authentication (If Enabled)">
    If you have **Two-Factor Authentication (2FA)** enabled, the panel will ask for a 6-digit verification code. Open your authenticator app (such as Google Authenticator, Authy, or 1Password), find the entry for **FREAKHOSTING** or **VirtFusion**, and type the code shown.

    The code refreshes every 30 seconds, so enter it promptly. If it expires before you submit, just wait for the next code and try again.
  </Step>

  <Step title="Arrive at Your Dashboard">
    Once authenticated, you land on the **Dashboard**. You will see a greeting at the top — something like **"Greetings, Alex"** — along with your account summary, notifications, traffic stats, and a list of your servers. Everything you need is right here on one page.
  </Step>
</Steps>

***

## What You Will See After Logging In

The moment you are in, the dashboard gives you an instant snapshot of your entire VPS world. Here is what each section tells you at a glance:

<CardGroup cols={2}>
  <Card title="Account Summary" icon="user">
    Your email, two-factor authentication status (look for the green **ACTIVE** badge), last login date, and your configured timezone displayed as a badge like **EUROPE/LONDON**. This is your quick identity check — you can confirm you are in the right account immediately.
  </Card>

  <Card title="Notifications" icon="bell">
    A count badge shows how many unread alerts you have. When everything is running smoothly, you will see a checkmark icon and **"No unread notifications"** — which is exactly what you want. If something needs attention, the badge lights up so you never miss it.
  </Card>

  <Card title="Traffic Consumption" icon="chart-bar">
    A visual card showing your bandwidth usage broken down by **Weekly (Wk)** and **Monthly (Mo)** rows. Each row displays **IN** (green bar), **OUT** (orange bar), and **TOTAL** (blue bar) values. For example, you might see weekly traffic of **5.5 TB in / 2 TB out / 7.5 TB total**. This helps you spot unusual spikes before they become problems.
  </Card>

  <Card title="Server List" icon="server">
    All your virtual servers listed below the cards. Each one shows its name, location (with a country flag), hardware specs, status, IP address, and a blue **Manage** button. You can jump into any server's controls with a single click.
  </Card>
</CardGroup>

***

## Your First Look: A Real Example

Here is what a typical dashboard experience looks like the first time you log in:

1. **The greeting** — At the top of the page, you see **"Greetings, \[Your Name]"** with links to your **Account** settings and **Logout** in the upper-right corner.
2. **Three info cards** appear in a row — your Account details on the left, Notifications in the center, and Traffic Consumption on the right.
3. **Below the cards**, your servers are listed under the **Recent Servers** tab (highlighted in blue). If you have just one VPS, you will see a single row with its name, a flag showing its data center location (for example, a UK flag with "London - United Kingdom"), orange spec badges for its architecture, memory, CPU, and storage, a green **ACTIVE** status badge, and a blue **Manage** button to dive in.
4. **The top navigation bar** runs across the top of the page: **Dashboard**, **Servers**, **SSH Keys**, **Account**, and (if you are an admin) an orange **Admin** link.

That is it — you are ready to manage your server.

***

## Quick Navigation Guide

The top navigation bar is always visible no matter where you are in the panel. Here is where each link takes you:

| Section       | What It Does                                                                                            |
| ------------- | ------------------------------------------------------------------------------------------------------- |
| **Dashboard** | Returns you to this main overview page — your home base                                                 |
| **Servers**   | Opens the complete server list with filtering, searching, and bulk views                                |
| **SSH Keys**  | Manage SSH public keys for secure, passwordless authentication to your servers                          |
| **Account**   | Profile settings, password changes, two-factor authentication, API tokens, and shared access management |

<Tip>
  You can always click **Dashboard** in the top navigation to get back to this overview page from anywhere in the panel. Think of it as your "home" button.
</Tip>

***

## What Can You Do From Here?

Once you are logged in, here are the most common next steps:

<CardGroup cols={2}>
  <Card title="Manage a Server" icon="server" href="/portals/vps-panel/vps-control-panel-dashboard-overview">
    Click the blue **Manage** button on any server row to open its full control interface — power controls, console, networking, backups, and more.
  </Card>

  <Card title="Check Your Traffic" icon="chart-line">
    Glance at the Traffic Consumption card to see if your bandwidth usage is normal. The colored bars make it easy to spot if outbound traffic is unusually high.
  </Card>

  <Card title="Review Notifications" icon="bell">
    Click the Notifications card to see any alerts about server events, maintenance windows, or account changes.
  </Card>

  <Card title="Secure Your Account" icon="shield-check">
    Head to **Account** in the top nav to enable two-factor authentication if you have not already. Look for the green **ACTIVE** badge on your dashboard to confirm it is on.
  </Card>
</CardGroup>

***

<AccordionGroup>
  <Accordion title="Forgot your password?">
    Click the **Forgot Password** link on the login page at [cloud.freakhosting.com](https://cloud.freakhosting.com). Enter your registered email address, and you will receive a password reset link. Follow the instructions in the email to set a new password and log back in.
  </Accordion>

  <Accordion title="First time logging in?">
    Your login credentials were emailed to you when your VPS service was first activated. Check your inbox for a welcome email from FREAKHOSTING — it contains your email and password for the VPS Control Panel. Be sure to check your spam or junk folder if you cannot find it.

    Once you are in, we strongly recommend changing your password and enabling two-factor authentication right away from the **Account** page.
  </Accordion>

  <Accordion title="Cannot receive the reset email?">
    If password reset emails are not arriving, check your spam or junk folder first. Some email providers may also filter automated emails into a "Promotions" or "Updates" tab. If the issue persists after checking all folders, contact our support team for manual account verification and a password reset.
  </Accordion>

  <Accordion title="Can I use the panel on my phone?">
    Yes. The VPS Control Panel is fully responsive and works in any modern mobile browser. The layout adjusts to fit smaller screens, so you can check server status, view notifications, and even perform quick management tasks on the go. For the best experience with complex tasks like console access, a desktop or tablet is recommended.
  </Accordion>
</AccordionGroup>

***

<Note>
  ### Need Extra Help?

  If you encounter any issues, our support team is ready to assist:

  * **Live Chat:** Quick assistance via our website.
  * **Support Ticket:** [Open a Ticket](https://freakhosting.com/clientarea/submitticket.php)
  * **Discord:** [Join our Community](https://discord.gg/freakhosting)
  * **Email:** [support@freakhosting.com](mailto:support@freakhosting.com)
</Note>

<Tip>
  ### Save on Your Hosting

  Ready to get a new server? Use code **KB20** at checkout for **20% off** your first month!
</Tip>

***

<div align="center">
  **Last Updated:** March 2026 | **VPS Support:** Panel access simplified.
</div>
