Özel Shell Kurulumu

Tek satır komutlarla kendi alan adınız üzerinden lisans işlemlerini yönetin. Shell yardımcısı ürün listeleme, lisans kayıt, yenileme ve IP değişimini destekler.

Tek satır komutlar

status
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- status
products
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- products
licenses
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- licenses --type 'cpanel'
register
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cpanel' --ip '203.0.113.10'
renew
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- renew --type 'cpanel' --ip '203.0.113.10'
change_ip
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'
change_core
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- change-core --ip '203.0.113.10' --core '2'

Kurulum akışı

1) Admin panelden bir API uygulama tokenı oluşturun.
2) Aşağıdaki shell helper ile ürünleri ve lisansları test edin.
3) Sunucu otomasyonunuzda aynı komutları kullanın.
4) Müşteriler için panelde kişisel komut sayfasını açın.
curl -fsSL https://uptime.seonita.com/api/pre.sh | bash -s -- help

Ürün bazlı örnekler

cPanel Lisansı
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cpanel' --ip '203.0.113.10'
Plesk Lisansı
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'plesk' --ip '203.0.113.10'
LiteSpeed Lisansı
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'litespeed' --ip '203.0.113.10'
CloudLinux Lisansı
curl -fsSL 'https://uptime.seonita.com/api/pre.sh' | bash -s -- register --type 'cloudlinux' --ip '203.0.113.10'