Online Server Monitor

गोपनीयता नीति

गोपनीयता नीति

Online Server Monitor को Telegram से Linux सर्वर मॉनिटर करने के लिए बनाया गया है, बिना SSH password, root password, private key या hosting panel credentials इकट्ठा किए.

अंतिम अपडेट: 20 मई 2026

सरल सारांश

Online Server Monitor आपके Linux सर्वर को सर्वर पर इंस्टॉल किए गए local agent के माध्यम से Telegram chat से जोड़ता है. सेवा उस agent से metrics और service states प्राप्त करती है, Telegram चेतावनियां भेजती है और सीमित maintenance actions queue कर सकती है जिन्हें local agent केवल authentication के बाद चलाता है.

Backend आपके server में SSH से login नहीं करता. आप bot को SSH password, root password, panel password, database password या private SSH key नहीं देते.

हम क्या कभी collect नहीं करते

हम कौन सा data process करते हैं

सेवा केवल server जोड़ने, status दिखाने, Telegram चेतावनियां भेजने, thresholds बदलने और allowed maintenance actions चलाने के लिए जरूरी जानकारी process करती है.

Telegram डेटा

Telegram user IDs, chat IDs, group IDs, usernames, display names, message commands और button actions store हो सकते हैं ताकि bot owner chat पहचान सके और alerts सही जगह भेज सके.

एजेंट data

Local agent hostname, operating system, kernel, uptime, CPU, RAM, disk, inode, load average, technical connection metadata और detected systemd service states भेज सकता है.

सुरक्षा डेटा

सेवा one-time pairing code hashes, agent IDs, hashed agent secrets, command IDs, status, timestamps और audit records store करती है ताकि agent authenticate हो और unauthorized commands रोके जा सकें.

Operational logs

Logs में event status, command results, Telegram API delivery, non-sensitive errors और troubleshooting के लिए timestamps हो सकते हैं.

Pairing और agent security

जब आप Telegram में /add_server भेजते हैं, bot short-lived one-time pairing code बनाता है और install command दिखाता है. Code केवल server को उस chat से जोड़ता है जिसने उसे request किया. Code जल्दी expire होता है और hash के रूप में store होता है, plain reusable secret के रूप में नहीं.

Pairing के बाद installed agent अपना secret प्राप्त करता है. Secret monitored server पर local रहता है और backend पर hash के रूप में store होता है. एजेंट HTTPS से backend को call करता है; backend server पर SSH session नहीं खोलता.

रखरखाव क्रियाएं

Telegram buttons allowed actions request कर सकते हैं: detected services restart करना, old journal logs clean करना, logrotate चलाना, thresholds बदलना या explicit confirmation के बाद server reboot करना. कमांड signed, short-lived, audited और agent-supported action types तक सीमित हैं.

Bot remote shell नहीं है. यह Telegram users से arbitrary shell commands accept नहीं करता और raw server terminal access expose नहीं करता.

Code transparency

Service इस तरह बनाया गया है कि server owners pairing, local agent authentication, metrics collection और allowed maintenance commands समझ सकें.

इस privacy page पर कोई repository link publish नहीं किया गया है.

रखरखाव अवधि और deletion

निगरानी records तब तक रखे जाते हैं जब तक server connected रहता है. Operational logs और audit records reliability, abuse prevention, troubleshooting और security review के लिए रखे जा सकते हैं.

Server को service storage से उसका record delete करके हटाया जा सकता है. Removal के बाद alerts और commands बंद हो जाते हैं. Local agent files server पर तब तक रहते हैं जब तक server owner agent uninstall न करे.

तृतीय पक्ष

सेवा bot messages भेजने और receive करने के लिए Telegram bot API use करती है. Telegram messages अपनी policies के अनुसार process करता है. Current concept को external monitoring API, ad network या third-party analytics platform की जरूरत नहीं है.

संपर्क और changes

प्राइवेसी, removal या security questions के लिए इस deployment के जिम्मेदार site owner से contact करें. New features या data processing बदलने पर यह policy update हो सकती है.