> For the complete documentation index, see [llms.txt](https://docs.aethir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aethir.com/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/how-to-provide-aethir-atmosphere-cloud-gaming.md).

# How to Provide Aethir Atmosphere (Cloud Gaming)

By providing GPU compute resources through Aethir Atmosphere, you contribute to a decentralized cloud rendering network built for high-performance gaming workloads.

### Set Up Containers

**Step 1: Install System Image**

1. Go to **Aethir Atmosphere > Download Center.**
2. Click **Download** next to the first **System Image** card.
3. Complete installation and restart the server.

<figure><img src="/files/Tul2LDXeSjnsOhcdHEwK" alt=""><figcaption></figcaption></figure>

**Step 2: Deploy the Environment**

1. Go to **Aethir Atmosphere > Download Center.**
2. Click **Download** next to the second **Model** card.
3. Unzip the downloaded file as Administrator.
4. Install the `python_libs` from the unzipped file.

<figure><img src="/files/vdiSBNnCJZw1zpi73NQ0" alt=""><figcaption></figcaption></figure>

**Step 3: Configure System Files**

1. Go to **Setting**.
2. Click **Download Configure File**.
3. Place the downloaded file `container_config.xml` into `C:\\cg-config`

<figure><img src="/files/rwn6wHYQO2izS22PZEQ0" alt=""><figcaption></figcaption></figure>

**Step 4: Set Up Models**

1. Go to **Aethir Atmosphere > Download Center.**
2. Click **Download** next to the first **Model** card.
3. Place the downloaded file `x86-aethir-ars.zip` into `C:\\cg-container.`
4. Install it on your container and restart the container.

<figure><img src="/files/u64kqHoa4p8zYe9wyy6j" alt=""><figcaption></figcaption></figure>

**Step5: Configure Access and Specifications**

1. Go to **Aethir Atmosphere > Containers**.

   <figure><img src="/files/gL7yXyBK5BSp63v06FS8" alt=""><figcaption></figcaption></figure>
2. Click **Configure** for each detected item.
3. Input the **Access IP, Port,** and **Specification Type** for each container.
4. Click **Confirm and Configure**.

   <figure><img src="/files/P5QzKSZt1f17MfCktD2M" alt=""><figcaption></figcaption></figure>

After submitting your containers, Aethir will perform an automated check to validate accessibility and configuration before allowing staking.

### **Stake Containers**

Once verification is complete:

1. Go to the **Aethir Atmosphere > Containers**.
2. Select one or more servers and click **Stake**.
3. Confirm the staking details. Click **Stake with Wallet**
4. Sign the transaction in your crypto wallet.

{% hint style="warning" %}
You must use the **same wallet** for all future transactions. **Ensure you’ve selected the correct one before signing.**
{% endhint %}

<figure><img src="/files/HfyBgu79pZ7diXM8WTIl" alt=""><figcaption></figcaption></figure>

Once staked, your containers become active on the Aethir network and start earning ATH based on your server’s compute performance and uptime.

### Manage Containers

Go to **Aethir Atmosphere > Containers** to monitor your server health, performance, and configuration.

#### Container Status

<table data-header-hidden><thead><tr><th width="183.8125">Status</th><th>Description</th></tr></thead><tbody><tr><td><strong>Confirming Specification</strong></td><td>Setup scripts completed. Awaiting user submission of IP, port, and specs.</td></tr><tr><td><strong>Checking</strong></td><td>Configuration submitted. Pending Aethir’s platform verification.</td></tr><tr><td><strong>Waiting for Staking</strong></td><td>Verified and ready for staking.</td></tr><tr><td><strong>In Service</strong></td><td>Successfully staked and active on the Aethir network.</td></tr><tr><td><strong>Offline</strong></td><td>Container is currently unreachable.</td></tr></tbody></table>

#### Container Details

Click **Details** next to a container to view full service and configuration information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aethir.com/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/how-to-provide-aethir-atmosphere-cloud-gaming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
