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

# Running a Speed Test on EDIS Global VPS

> Run accurate speed tests on an EDIS Global VPS over Linux and Windows, including how to choose 10 Gbps-capable test servers for high-bandwidth setups.

## Running a Speed Test on Linux and Windows (10Gbps-Aware)

A quick guide to running reliable speed tests on Linux and Windows, especially for 10Gbps setups.

***

## 🐧 Speed test on Linux

We recommend using the **Speedtest CLI** by Ookla for reliable results.

### 🔧 Installation

Run the following commands to install:

```bash theme={"system"}
# Add Ookla's repository
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash

# Install the speedtest tool
sudo apt install speedtest
```

### 🚀 Running a basic speed test

Once installed, run a simple speed test:

```bash theme={"system"}
speedtest
```

<img src="https://mintcdn.com/edisglobal-b1e34a56/BiYfx4c5cLLWdRH5/assets/SPEEDTEST.png?fit=max&auto=format&n=BiYfx4c5cLLWdRH5&q=85&s=0e9ddbc381e375c7e531de558a92912c" alt="Speedtest" width="958" height="632" data-path="assets/SPEEDTEST.png" />

⚠️However, the default server might **not support 10Gbps** speeds, resulting in underwhelming results.

**To get accurate high-speed measurements**:

### 📋 List available servers

```bash theme={"system"}
speedtest -L
```

This will output a list of servers with their IDs.

<img src="https://mintcdn.com/edisglobal-b1e34a56/BiYfx4c5cLLWdRH5/assets/SPEEDTEST-LIST.png?fit=max&auto=format&n=BiYfx4c5cLLWdRH5&q=85&s=0c25237a26e0d4aa145f194f86b44945" alt="Speedtest" width="957" height="635" data-path="assets/SPEEDTEST-LIST.png" />

### 🎯 Run Test on a Specific Server

Pick a server that supports high throughput (based on location and provider) and use its ID:

```bash theme={"system"}
speedtest -s <server-id>
```

Example:

```bash theme={"system"}
speedtest -s 12345
```

<img src="https://mintcdn.com/edisglobal-b1e34a56/BiYfx4c5cLLWdRH5/assets/SPEEDTEST-server.png?fit=max&auto=format&n=BiYfx4c5cLLWdRH5&q=85&s=c4de80d42d5101d500f651df74909bf5" alt="Speedtest" width="960" height="635" data-path="assets/SPEEDTEST-server.png" />

***

## 🪟 Speed test on Windows

While the command line option is also available, for most users we recommend using the **Speedtest app** by Ookla.

### ⬇️ Download the App

Download the official Speedtest app from Ookla's website:

* [Download Speedtest for Windows](https://www.speedtest.net/apps/windows)

This GUI-based tool provides more stable and optimized results, especially on systems with higher bandwidth.

<img src="https://mintcdn.com/edisglobal-b1e34a56/BiYfx4c5cLLWdRH5/assets/Speed-test.png?fit=max&auto=format&n=BiYfx4c5cLLWdRH5&q=85&s=0403a9c9b8d05371b45d1677be00e29d" alt="Speedtest" width="382" height="586" data-path="assets/Speed-test.png" />

### ⚠️ Notes on 10Gbps Testing

Just like on Linux, **not all servers support 10Gbps**. If you're seeing low results:

1. Click on the **current server name** displayed under the speed dial.
   <img src="https://mintcdn.com/edisglobal-b1e34a56/2F9UxB7wBjzr267B/assets/speed-test-page.png?fit=max&auto=format&n=2F9UxB7wBjzr267B&q=85&s=ac576add94c800de8eb8f3c18197a214" alt="Speedtest" width="382" height="586" data-path="assets/speed-test-page.png" />
2. From the list that appears, select another server — preferably one known to support higher bandwidth.
   <img src="https://mintcdn.com/edisglobal-b1e34a56/2F9UxB7wBjzr267B/assets/speed_test_list.png?fit=max&auto=format&n=2F9UxB7wBjzr267B&q=85&s=620ff0af9b80675914fdf382e4f7a6f4" alt="Speedtest" width="377" height="587" data-path="assets/speed_test_list.png" />
3. Try multiple nearby servers to find the best performance.

***
