u/Cultural_Shake_3995

Contabo Niwakora

Contabo charged me even before the time ifike and u know their policy no refunds kaa u not on private account ,,,I think I will cancel one service buana 😂😂 any way pare claude with godot and blender build a full platformer Game to the gamers or a low poly

reddit.com
u/Cultural_Shake_3995 — 4 days ago

I dont Know why am Pissed Off

I posted my project did it for some time a very long time that i feel embarrsed to say how long i took to release it

Then some random guy #vibecode,# ai slop,,,I think

Am na start writting all my projects in C and Assembly from now on am going back to to studying bare metal

reddit.com
u/Cultural_Shake_3995 — 5 days ago
▲ 1 r/golang

Built a single-binary server dashboard in Go with embedded frontend

Working on Orbit, a Go-based server management tool.

Why Go:

  • static binaries
  • low memory use
  • concurrency for metrics/events
  • easy deployment

Anyone here building system tools in Go? Curious what libraries you recommend for auth, websockets, metrics.

reddit.com
u/Cultural_Shake_3995 — 5 days ago

Built live server metrics + Docker controls into Orbit this week

This week I added:

  • live CPU / RAM graphs
  • Docker container actions
  • cleaner dashboard cards

Trying to make VPS management less painful.

What would you add next: backups, alerts, logs, or deploy pipelines?

reddit.com
u/Cultural_Shake_3995 — 5 days ago
▲ 0 r/devops

I built Orbit — an open-source modern VPS dashboard that combines metrics, logs, firewall, Docker and deploys in one Go binary

Hey everyone, I was tired of juggling multiple tools to manage a VPS, so I started building Orbit.

Goal:

  • one binary install
  • modern UI
  • metrics
  • logs
  • firewall controls
  • Docker management
  • deployments

Still early, looking for honest feedback from self-hosters.

What would make you actually switch from your current setup?

GitHub: Orbit GitHub

reddit.com
u/Cultural_Shake_3995 — 5 days ago

https://preview.redd.it/adg9kbofgozg1.png?width=1918&format=png&auto=webp&s=f791ec325eea5ce49c3b60b203be50e71161756e

https://preview.redd.it/j8ibvcofgozg1.png?width=1918&format=png&auto=webp&s=69917c4c12206bc7c1f10dbe4e50bcf67a420650

https://preview.redd.it/05y4sbofgozg1.png?width=1918&format=png&auto=webp&s=0cd003460d407c445fa1bf2be8f1037e939fda69

https://preview.redd.it/myyhncofgozg1.png?width=1918&format=png&auto=webp&s=60cff9618b281c34a88edd0485327c590350df78

https://preview.redd.it/xk68qoofgozg1.png?width=1918&format=png&auto=webp&s=756904ce52074dcdf553a824604bb7d4c8cea8f7

https://preview.redd.it/vtgbxfofgozg1.png?width=1918&format=png&auto=webp&s=c726cd7c6c800e9d6f4c96cab57c3c2ab0e68b09

https://preview.redd.it/6ze0peofgozg1.png?width=1918&format=png&auto=webp&s=41f8639673246e21a08264b0b14cd7bb2de2c116

https://preview.redd.it/goioodofgozg1.png?width=1918&format=png&auto=webp&s=da4bf48d4e6622434279f870343c3118a949d5cd

https://preview.redd.it/mtiaveofgozg1.png?width=1918&format=png&auto=webp&s=1b77ff692cdb04fb17b4ee0346ce8b49ba9f2b36

https://preview.redd.it/4wg6reofgozg1.png?width=1918&format=png&auto=webp&s=6a886bb91699105edf7a8cef1a3c23d0c96816e8

I built Orbit because I was tired of running five different tools to manage a single VPS. Cockpit for metrics. Coolify for deploys. Webmin for config files. SSH for everything else. Five ports, five auth systems, five things to update.

Orbit replaces all of them with **one Go binary**. No agents, no external databases, no Docker required. It embeds a React dashboard and idles at 30MB RAM.

**What v0.1.0 does:**

- Real-time per-process CPU, memory, disk, network graphs (24h ring buffer)

- systemd service manager (start, stop, restart, edit unit files)

- Docker container overview with logs

- Live log streaming from files and journald with full-text search

- UFW/nftables firewall rule viewer

- Nginx vhost config editor

- JWT auth with SSH key support

**One command install:**

```

curl -fsSL https://raw.githubusercontent.com/KenyanRedwoods01/Orbit/main/scripts/install.sh | sudo bash

```

Open `https://your-server-ip:5000\` and you're in.

**Links:**

- 🚀 Product Hunt: https://www.producthunt.com/products/orbit-security/orbit-security/launch-day

- 💻 GitHub: https://github.com/KenyanRedwoods01/Orbit

- 🌐 Docs & Live Preview: https://kenyanredwoods01.github.io/Orbit/index.html

**Why not Cockpit?** No deploy hooks, no web server config.

**Why not Coolify?** No OS-level metrics, no firewall.

**Why not Webmin?** Dated UI, no Docker awareness.

Orbit fills every gap. 18MB binary. 30MB RAM at idle. Plans for v0.2 (deploy hooks, uptime monitors, Docker management) and v0.3 (multi-server hub, MCP socket for AI agents).

This is a pre-release. I'd love honest feedback — what would you actually use vs. what's overkill? Roast it.

reddit.com
u/Cultural_Shake_3995 — 8 days ago

I'm a solo developer who's been managing my own VPS for years, and I'm curious — what's the tool you've always wished existed for managing your servers but could never find?

For me, it was a single tool that combined:

  • Real-time OS metrics (CPU, memory, disk, network)
  • Service management (systemd, Docker, PM2)
  • Log streaming from files and journald
  • Firewall rule management
  • Web server config editing
  • No agents, no external databases, no 5-different-dashboards

I got tired of running Cockpit + Coolify + Webmin + Netdata + SSH simultaneously, so I built Orbit — one Go binary that does all of it from one port.

But I'm wondering: what's YOUR white whale? What server task still forces you to open three different tools? What workflow is still stuck in 2005?

Not trying to promote anything — genuinely want to understand what problems people are solving manually because no tool exists yet.

reddit.com
u/Cultural_Shake_3995 — 8 days ago

I built Orbit because I was tired of running five different tools to manage a single VPS. Cockpit for metrics. Coolify for deploys. Webmin for config files. SSH for everything else. Five ports, five auth systems, five things to update.

Orbit replaces all of them with **one Go binary**. No agents, no external databases, no Docker required. It embeds a React dashboard and idles at 30MB RAM.

**What v0.1.0 does:**

- Real-time per-process CPU, memory, disk, network graphs (24h ring buffer)

- systemd service manager (start, stop, restart, edit unit files)

- Docker container overview with logs

- Live log streaming from files and journald with full-text search

- UFW/nftables firewall rule viewer

- Nginx vhost config editor

- JWT auth with SSH key support

**One command install:**

```

curl -fsSL https://raw.githubusercontent.com/KenyanRedwoods01/Orbit/main/scripts/install.sh | sudo bash

```

Open `https://your-server-ip:5000\` and you're in.

**Links:**

- 🚀 Product Hunt: https://www.producthunt.com/products/orbit-security/orbit-security/launch-day

- 💻 GitHub: https://github.com/KenyanRedwoods01/Orbit

- 🌐 Docs & Live Preview: https://kenyanredwoods01.github.io/Orbit/index.html

**Why not Cockpit?** No deploy hooks, no web server config.

**Why not Coolify?** No OS-level metrics, no firewall.

**Why not Webmin?** Dated UI, no Docker awareness.

Orbit fills every gap. 18MB binary. 30MB RAM at idle. Plans for v0.2 (deploy hooks, uptime monitors, Docker management) and v0.3 (multi-server hub, MCP socket for AI agents).

This is a pre-release. I'd love honest feedback — what would you actually use vs. what's overkill? Roast it.

https://preview.redd.it/mdfjrx4j6ozg1.png?width=1918&format=png&auto=webp&s=7994a61aa97eac8ab666728f38712a6a65c806c7

https://preview.redd.it/2lrsog4j6ozg1.png?width=1918&format=png&auto=webp&s=8bfeef329d3badf3a5d7e01564ca58d3549a41d4

https://preview.redd.it/atxmbi4j6ozg1.png?width=1918&format=png&auto=webp&s=4d8bd9e308c288d4d7f85f06659a31289f020792

https://preview.redd.it/6pu67g4j6ozg1.png?width=1918&format=png&auto=webp&s=f8f21bd6bd9a0f5d8c6369fcdf379aad3abe3f96

https://preview.redd.it/erbmqg4j6ozg1.png?width=1918&format=png&auto=webp&s=88a936331604570a8d82608e6a8cd0e5058dfa60

https://preview.redd.it/5hbh3g4j6ozg1.png?width=1918&format=png&auto=webp&s=409bd44f82ad4caa6357ec31faf6b21dc357717d

https://preview.redd.it/jzogvf4j6ozg1.png?width=1918&format=png&auto=webp&s=af68bd54c80a2090f879d16d7e9085755c4456a9

https://preview.redd.it/bgbmmg4j6ozg1.png?width=1918&format=png&auto=webp&s=1bb32f7e6ff5ce4ba9cf7920c7d5e06afa4e3fc4

https://preview.redd.it/el4p7t4j6ozg1.png?width=1918&format=png&auto=webp&s=16ce63388d37860274d6d84bd4cc6835b7beeb5b

https://preview.redd.it/p4cmhs4j6ozg1.png?width=1918&format=png&auto=webp&s=963cec0d6a1e547f75c0908b3664e9863bf9f53d

reddit.com
u/Cultural_Shake_3995 — 8 days ago

https://preview.redd.it/yspinawz5ozg1.png?width=1918&format=png&auto=webp&s=2857d43f24e8590896a888a6d7aaf65a45df2dc3

https://preview.redd.it/esyx56wz5ozg1.png?width=1918&format=png&auto=webp&s=89f0ecdc953358fdb88d13b7e0c7c72455a595e3

https://preview.redd.it/aicqr6wz5ozg1.png?width=1918&format=png&auto=webp&s=a7d84aad432dc5957df7630444dcacee91d795ae

https://preview.redd.it/ovwhh7wz5ozg1.png?width=1918&format=png&auto=webp&s=67a7d8c754f873daddea96c928dc8e352a7a3d4a

https://preview.redd.it/k97hg7wz5ozg1.png?width=1918&format=png&auto=webp&s=00a05ac8efc25d2bd99d993bb6f53fa33f69b966

https://preview.redd.it/ch2jn8wz5ozg1.png?width=1918&format=png&auto=webp&s=b83e2500b2100f424fef9661bef12aaa96b13c14

https://preview.redd.it/pk9vp7wz5ozg1.png?width=1918&format=png&auto=webp&s=36677bbda2a0e1e19a1ba65a35e746c2b3eebe7b

https://preview.redd.it/wtjhx7wz5ozg1.png?width=1918&format=png&auto=webp&s=6d34d5c4d3a3da0d0f0ec2b146869c90a97c504d

https://preview.redd.it/bc0eyawz5ozg1.png?width=1918&format=png&auto=webp&s=b4a1af32b9470f8440f44f15b77eb5a7c072a9f8

https://preview.redd.it/malk2cwz5ozg1.png?width=1918&format=png&auto=webp&s=ea6da1871345ad689e8f34ad7b6fec118810967e

https://preview.redd.it/8mfqvawz5ozg1.png?width=1918&format=png&auto=webp&s=09c80d7af143db81739145d9174fed6c3cb95bf2

I built Orbit because I was tired of running five different tools to manage a single VPS. Cockpit for metrics. Coolify for deploys. Webmin for config files. SSH for everything else. Five ports, five auth systems, five things to update.

Orbit replaces all of them with **one Go binary**. No agents, no external databases, no Docker required. It embeds a React dashboard and idles at 30MB RAM.

**What v0.1.0 does:**

- Real-time per-process CPU, memory, disk, network graphs (24h ring buffer)

- systemd service manager (start, stop, restart, edit unit files)

- Docker container overview with logs

- Live log streaming from files and journald with full-text search

- UFW/nftables firewall rule viewer

- Nginx vhost config editor

- JWT auth with SSH key support

**One command install:**

```

curl -fsSL https://raw.githubusercontent.com/KenyanRedwoods01/Orbit/main/scripts/install.sh | sudo bash

```

Open `https://your-server-ip:5000\` and you're in.

**Links:**

- 🚀 Product Hunt: https://www.producthunt.com/products/orbit-security/orbit-security/launch-day

- 💻 GitHub: https://github.com/KenyanRedwoods01/Orbit

- 🌐 Docs & Live Preview: https://kenyanredwoods01.github.io/Orbit/index.html

**Why not Cockpit?** No deploy hooks, no web server config.

**Why not Coolify?** No OS-level metrics, no firewall.

**Why not Webmin?** Dated UI, no Docker awareness.

Orbit fills every gap. 18MB binary. 30MB RAM at idle. Plans for v0.2 (deploy hooks, uptime monitors, Docker management) and v0.3 (multi-server hub, MCP socket for AI agents).

This is a pre-release. I'd love honest feedback — what would you actually use vs. what's overkill? Roast it.

reddit.com
u/Cultural_Shake_3995 — 8 days ago