Loading
Your Cart
0 items
Your cart is empty

Browse our plans and add items to get started.

Help Center Updated: Jan 2026

Knowledge Base

Comprehensive guides, tutorials, and documentation for managing your Treadox services.

Choosing and Installing OS

Published: 2025-11-25 • Category: Installation

A step-by-step guide on how to configure and install the operating system for your new virtual server.


1
Log in to the Client Area

Log in to the panel from the Client Area at https://treadox.com/site/login.

2
Navigate to Setup

Go to Services → VPS/VDS. Select your server, click 'Setup', and navigate to the operating systems menu.

3
Select OS Type

Choose between 'Plain OS' (Clean install) or 'OS with Control Panel' (Bundled software).

4
Choose Specific OS

Select your version (e.g., AlmaLinux 9) and click 'Save and Continue'.

5
Configure Parameters

Set a Secure Root Password and optionally add an SSH Key.

6
Install & Complete

Review overview, click 'Install', and wait for the process to finish. Your VPS is now ready.

Using the VPS/VDS Dashboard

Published: 2025-11-25 • Category: Dashboard

To access, click the 'Go to Manage' button on your VPS/VDS page.
VPS Information

View Name, IP, Status, and Uptime. Use actions to Turn On/Off, Renew, or Redeploy.

SSH Access

Find your SSH IP, Port, User Name (usually 'root'), and Password for secure connection.

Panel Access

Credentials for your control panel: Login URL, Host Name, and Admin login details.

Plan Details

Review CPU, RAM, Disk, and Traffic usage. Click 'Upgrade Config' to scale resources.

Console

Access your server via web terminal for emergency troubleshooting and direct system management.

VM Metrics

Track real-time performance with detailed usage graphs for CPU, RAM, and disk activity.

Snapshots

Create and manage point-in-time backups to quickly restore your server if something goes wrong.

Upload

Upload custom ISOs or files directly to your storage for seamless deployment and data transfer.

Webhosting Main Control Panel

Published: 2025-11-25 • Category: Dashboard

To access, click the 'Go to Control Panel' button on your web hosting plan.
Websites

Manage your domains and web content.

Databases

Configure MySQL and PostgreSQL databases.

Mails

Set up email accounts and forwarders.

Additional

Extra hosting tools and features.

Manage your plan

Upgrade resources or change subscription settings.

Credentials

Secure access details for FTP, SSH, and panels.

Server

Monitor server status and hardware specifications.

cPanel

Quick access to your hosting control panel.

How & Why to Purchase

Published: 2025-11-25 • Category: Purchasing

Why Choose VPS?
Performance Dedicated CPU/RAM ensures high speed without neighbor interference.
Scalability Easily upgrade resources as your business grows.
Control Full Root Access to install any software you need.
Purchase Process
1. Visit Website: Go to treadox.com and log in.
2. Choose Plan: Browse 'VPS/VDS Hosting' and pick a tier.
3. Customize: Select your OS and Control Panel.
4. Checkout: Review order and complete payment.
5. Manage: Your server is instantly provisioned.

How to Redeploy (Reset) Server

Category: Maintenance

Warning: Data Loss
Redeploying will erase ALL data on your server. This action is irreversible. Back up your data first.
  1. Log in to treadox.com and go to Manage VPS/VDS.
  2. Scroll to the bottom right of the 'VPS/VDS Information' page to find the Redeploy button.
  3. Click 'Redeploy' and confirm the prompt.
  4. Enter your VPS Password to authenticate.
  5. Wait for the process to complete. You will need to re-setup your OS.

Connecting via SSH

Category: Access

1
Get Credentials

Find your IP, Username, and Password in the 'SSH Access' section of your dashboard.

2
Open SSH Client
Windows Download and use PuTTY.
Mac / Linux Use the built-in Terminal app.
3
Connect
ssh root@192.168.1.1

Replace with your actual IP. If using PuTTY, enter the IP in 'Host Name', port 22, and click Open. Enter your password when prompted (it won't show on screen).