Hızlı Başlangıç
Önce bir API token üretin, sonra kendi shell scriptiniz üzerinden lisans ve ürün komutlarını çalıştırın.
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- status
Tek satır shell helper
Sunucularınızda aynı scripti kullanarak ürün listeleme, lisans kaydı, yenileme ve IP değişimi yapabilirsiniz.
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cpanel' --ip '203.0.113.10'
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- change-ip --type 'cpanel' --ip '203.0.113.10' --newip '203.0.113.11'
Müşteriler için
- Müşteri panelinden ürünleri görüntüleme
- API anahtarı ile sipariş ve profil sorgulama
- Kişisel kurulum komutları
Bayiler için
- Lisans listeleme
- Lisans ekleme ve yenileme
- IP ve core değişimi
- Özel shell script ile otomasyon
Ürünler
cPanel Lisansıtype=cpanel
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cpanel' --ip '203.0.113.10'
Plesk Lisansıtype=plesk
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'plesk' --ip '203.0.113.10'
LiteSpeed Lisansıtype=litespeed
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'litespeed' --ip '203.0.113.10'
CloudLinux Lisansıtype=cloudlinux
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cloudlinux' --ip '203.0.113.10'