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

# Datagram

<Info>
  Herhangi bir sunucuya kurabilirsiniz. **Sürekli çalışacak.** \
  Kullandığım sunucu: **Ubuntu 22.04**
</Info>

1. [https://dashboard.datagram.network?ref=812367068](https://dashboard.datagram.network?ref=812367068) adresine gidip mail ile kayıt olun.
2. [https://dashboard.datagram.network/wallet?tab=licenses](https://dashboard.datagram.network/wallet?tab=licenses) sayfasına gidin.
3. Verdiği **key** kopyalayın.

***

Sunucuya geçelim

#### Screen oluşturalım

```bash theme={null}
screen -S datagram
```

#### Datagram kurup çalıştıralım

> Çalıştırdığınızda key isteyecek. **3. adımda** aldığınız key girin.

```bash wrap theme={null}
wget -O datagram.sh https://raw.githubusercontent.com/krayir23/shell/refs/heads/main/datagram.sh && chmod +x datagram.sh && ./datagram.sh
```

Screenden **CTRL + A + D** çıkabilirsiniz.

<Note>
  [https://forms.gle/bpJREpXCUE5y89Nx6](https://forms.gle/bpJREpXCUE5y89Nx6) adresindeki formu doldurun.
</Note>

<Info>
  Kontrol için \
  [https://dashboard.datagram.network/overview](https://dashboard.datagram.network/overview) **NETWORK STATUS** kısmında node çalıştığını görebilirsiniz.
</Info>
