Petacomm Petacomm

Professional tools for
Linux servers

GateBell and Petacomm Easy — two focused server tools. AI-driven natural language management meets real-time SSH gateway monitoring.

Petacomm Easy GateBell ›
Petacomm GateBell v1.0 Released — Monitor all SSH connections and gateway events in real time. Take A Look
<2msAlert Latency
3 minFull Setup Time
18+Distros Supported
GPL‑3Open Source

Server Management via Natural Language

Describe what you want. Petacomm Easy handles the rest — no command memorization required.

Powered by AI — Claude API
Petacomm Easy uses Anthropic's Claude API to understand your intent and generate safe, auditable Linux commands. Every action is logged and reversible.
Learn More Get API from Anthropic ›
#WorkSmarter #TakeItEasy #AIFirst
petacomm-easy — AI Session
# Natural language server management
user@server:~$ peta -r "show me what is eating up disk space"

AI Analyzing disk usage...
Running: du -sh /* 2>/dev/null | sort -rh | head -20

18G /var/log/nginx
12G /home/deploy/.cache
8G /tmp/uploads

AI /var/log/nginx is unusually large.
Rotate and compress? (yes/no)

user@server:~$ yes
Rotated — freed 16.2 GB

user@server:~$

AI-Powered

Petacomm Easy

Zero-config AI server management.

Type what you want in plain English. Petacomm Easy interprets your intent via Claude API, generates the correct Linux command, shows you exactly what it will do, and executes only on your confirmation.

  • Natural language to Linux command translation
  • Every generated command shown before execution
  • Full audit log — every action is recorded with timestamp
  • One-line installation via easy.sh
  • Auto-detects distro — Debian, Arch, RHEL, Alpine and more
  • Rollback support — undo any action instantly
  • Air-gapped / offline environment support
  • Ansible, Terraform and CI/CD pipeline compatible
bash — one command, everything installed
# One-line installer
$ curl -fsSL https://repo.kotechsoft.com/easy.sh | sudo bash

Distro detected: Ubuntu 24.04
Dependencies installed
Claude API configured
petacomm-easy active

# Use it immediately
$ peta -r "restart nginx and show me its status"
AI systemctl restart nginx && systemctl status nginx
nginx restarted successfully
bash — apt
$ sudo apt install petacomm-easy
$ peta configure --api-key YOUR_CLAUDE_KEY
$ peta -r "what is using all my RAM?"

✓ Ready in under 60 seconds.
YAML — Ansible Playbook
- name: Install Petacomm Easy
hosts: servers
roles:
- role: petacomm.easy
vars:
claude_api_key: "{{ vault_claude_key }}"
install_gatebell: true
enable_audit_log: true
Setup Time vs Traditional Methods
Petacomm Easy
3 min
Manual setup
~40 min
Ansible only
~25 min
Petacomm Easy

What can you ask Easy to do?

Anything you would normally Google first.

Describe the problem in plain English. Petacomm Easy will handle the command — safely, with your approval before every execution.

  • "Show me what's using all my disk space"
  • "Restart nginx and check its logs for errors"
  • "Find all failed SSH logins from the last hour"
  • "Set up a cron job to clean /tmp every night"
  • "List all open ports and which process owns them"
  • "Update all packages and reboot if needed"
  • "Create a new sudo user named deploy"
  • "Show me the top 10 memory-hungry processes"
Natural Language Input
No syntax to memorize. Type your request as you would explain it to a colleague.
Safe by Default
Every command is shown before execution. Destructive actions require explicit confirmation.
Full Audit Log
Every command generated, approved and executed is stored with a timestamp and user record.
Instant Rollback
Run peta undo to revert the last action immediately.
Works Anywhere
SSH sessions, scripts, CI pipelines. Single binary with no runtime dependencies.
18+ Distros
Ubuntu, Debian, Arch, Alpine, RHEL, Fedora and more — auto-detected at install time.

GateBell — SSH Gateway Monitor

Know every SSH connection the moment it happens.

Real-time gateway visibility

GateBell watches every port and SSH event on your server and fires instant alerts to Slack, Discord, email or any webhook. Never be surprised by an unexpected login again.

View full documentation ›
Take A Tour Contact Us ›
#GateBell #NewRelease #v1.0
gatebell — live log
# Real-time SSH gateway events
user@server:~$ gatebell watch

[09:14:02] LOGIN [email protected] DE · known
[09:14:11] LOGIN [email protected] LAN · known
[09:15:37] ATTEMPT [email protected] TOR · blocked
alert sent → slack#security
[09:15:38] ATTEMPT [email protected] auto-banned
[09:22:05] LOGOUT [email protected] session: 8m

Watching 3 interfaces — 0 active threats

New — v1.0

GateBell

SSH gateway monitoring and alert system.

GateBell watches every SSH connection and gateway event and delivers real-time alerts with under 2ms latency. Set rules, block repeat offenders and keep a full audit trail — all from a single binary with 4 MB memory footprint.

  • Real-time SSH login detection — under 2ms latency
  • Instant alerts via Slack, Discord, email or any webhook
  • Geo-location and IP reputation check per connection
  • Automatic block rules for repeated failed attempts
  • Port monitoring — open, close and anomaly events
  • Multi-server central dashboard
  • Rule management via API or YAML config
  • Full audit log — SIEM and ELK Stack compatible
Alert Latency vs Alternatives
GateBell
<2ms
fail2ban
~850ms
ossec
~620ms

Memory usage: 4 MB

GateBell runs as a single lightweight daemon. No Java runtime, no Elasticsearch, no sidecars required. Install it and forget it's there — until you need it.

See full benchmarks ›
GateBell

Everything you need to monitor your gateway

Simple to set up. Powerful in practice.

GateBell installs in under five minutes and never requires maintenance. It watches silently and speaks up only when something needs your attention.

Instant Alerts
Under 2ms from event to notification. Slack, Discord, email, PagerDuty or any custom webhook.
Geo-location Lookup
Every connection checked against IP reputation databases. TOR exit nodes, VPNs and scanners are flagged automatically.
Auto-block Rules
Configure thresholds for failed attempts. GateBell writes firewall rules automatically and notifies you when a ban is applied.
Traffic Analytics
Per-port request rates, bandwidth and connection counts in historical graphs. Prometheus export included.
Multi-server Hub
Monitor dozens of servers from a single central dashboard. SSH tunnel or agent-based — your choice.
Audit Log
Structured JSON log for every connection, rule change and alert. Compatible with SIEM, ELK Stack and Splunk.

Petacomm Easy vs GateBell

Two focused tools — better together.

Feature Petacomm Easy GateBell
Primary purpose AI-driven management Gateway monitoring
Target users Developers, sysadmins, beginners Sysadmins, SREs, DevOps
Installation time ~3 minutes ~5 minutes
Memory footprint ~6 MB ~4 MB
Natural language commands
AI-generated Linux commands
Rollback / undo
IaC integration (Ansible, Terraform)
SSH login detection
Real-time alerts (<2ms)
IP geo-location lookup
Automatic IP ban rules
Port traffic analytics
Multi-server dashboard
Audit log
REST API
GPL-3.0 open source
Best results when used together
Install Petacomm Easy to set up your server, then use GateBell to watch it. When installed together, GateBell integrates automatically.
Download Both

Works on every major infrastructure

Both tools are tested and optimized on leading cloud and hosting providers.

AWS Microsoft Azure Google Cloud Hetzner DigitalOcean OVH Linode

Talk to Linux experts

Petacomm certifies, secures and empowers your Linux infrastructure. Tell us about your project — we'll bring the right team.

Contact Us