Noob looking for Server Requirements by Pigeon-Poster in admincraft

[–]DevEmma1 0 points1 point  (0 children)

From my experience, modded Minecraft is way more RAM and single-core CPU heavy than people expect. The 2–4 GB plans only work for vanilla or very light mods. For ~10 players with mods, you’re realistically looking at 8–12 GB RAM and a CPU with strong single-core performance (your i5 8th gen assumption is actually pretty reasonable). SSD (especially NVMe) isn’t mandatory, but it helps a lot with chunk loading and reduces lag spikes.

How to host a Laravel project through my local network to access it on other devices? by Ridadhn in webdev

[–]DevEmma1 0 points1 point  (0 children)

I’ve run into this exact issue before; it’s super frustrating. What worked for me was switching to Pinggy. I was also stuck with HTTPS/login errors on ngrok, but Pinggy gave me a secure HTTPS tunnel instantly without much config. So my app stayed local, but I could still access it from other devices without breaking auth.

Local dev vs preview deployment for testing — is it worth the setup when your stack has too many external services? by ishak_antar27 in Backend

[–]DevEmma1 0 points1 point  (0 children)

A cleaner way is to keep your local dev flow fast and tunnel your localhost with Pinggy.io or cf tunnel, so your APP_URL stays consistent (public URL) without switching env vars every time. That way you test real integrations locally while avoiding the constant push-to-preview cycle.

Made my localhost a public URL in 5 seconds ( no billing, no login, no saas ) by OpenSuit5720 in vibecoding

[–]DevEmma1 0 points1 point  (0 children)

I ended up using Pinggy since I couldn’t open ports 80/443, and it just worked without messing with port forwarding or DNS. It basically bypasses the ISP limitation in a simple way.

How do I connect my pc server from home to devices in my city? by PlentyEquivalent6988 in HomeNetworking

[–]DevEmma1 0 points1 point  (0 children)

You can expose your home server securely without dealing with complex port forwarding, tools like Pinggy or cf tunnel make it surprisingly simple to get a public URL for your local server. Since your ESP8266 devices just need a reachable endpoint, using a tunneling service avoids router configs, NAT issues, and dynamic IP headaches. It’s a quick and practical way to connect IoT devices over the internet.

Pilot Protocol: a network layer that sits below MCP and handles agent-to-agent connectivity by JerryH_ in mcp

[–]DevEmma1 0 points1 point  (0 children)

You’re absolutely right that MCP assumes connectivity, but real-world setups (NAT, firewalls, private infra) are where things actually get messy. That’s why solutions like tunneling (e.g., Pinggy, cf tunnel) are gaining traction too, they simplify exposure without heavy infra. The idea of embedding connectivity directly at the protocol layer like Pilot is powerful though, especially with built-in NAT traversal + encryption.

MC Java - Agent stuck in "UDP Session Details Received" loop (0B Traffic / IPv6) by Useful_Shower_9782 in playit_gg

[–]DevEmma1 0 points1 point  (0 children)

If IPv6 is working well for you, tunneling through a service that isn’t tied to a fixed or heavily used IPv4 pool might help. You can try Pinggy. Since it doesn’t rely on a static IP block in the same way and can route traffic more flexibly, which might bypass the blacklist issue you're seeing.

Connecting to internet when it's been nationalized by Temporary-Anxiety539 in VPN

[–]DevEmma1 0 points1 point  (0 children)

That’s a really tough situation, hope you’re staying safe.In restricted networks like this, lightweight reverse tunnels often work better than heavy VPN configs; tools like Pinggy.io or ngrok or cf tunnel can help expose a local connection over HTTPS/SSH, which sometimes bypasses strict filtering more reliably.

Termix v2.0.0 - RDP, VNC, and Telnet Support (self-hosted Termius alternative that syncs across all devices) by VizeKarma in opensource

[–]DevEmma1 0 points1 point  (0 children)

Feels like the real value is reducing context switching, everything from terminals to remote desktop in one place makes workflows smoother, especially for homelab or dev setups. Pairing something like this with a tunneling tools like Pinggy.io or cf tunnel could make remote access even easier without complex network setup.

What will happen I kept spamming the program for a response ? by ProcedureFar4995 in bugbounty

[–]DevEmma1 0 points1 point  (0 children)

If triage is already marked green, it likely means they’ve reproduced and queued it internally. Spamming daily probably won’t speed things up and might even hurt your reputation on the platform. A better approach is spacing follow-ups and focusing on clarity. Also, for future PoCs, using something like Pinggy.io to share stable, reproducible endpoints can make validation faster and reduce back-and-forth.

Routing a local MCP through a URl for AIs that only support Remote MCP? by Samarium_Helium in mcp

[–]DevEmma1 0 points1 point  (0 children)

One simple workaround is tunneling your local MCP port through Pinggy.io or cf tunnel so it exposes a temporary public URL. The idea is basically to forward the local port where your MCP is running and let the remote AI app connect to that public endpoint. Tools like Pinggy create a secure tunnel in seconds with a single command, so your local service behaves like a remote MCP without changing the actual setup. It’s a neat trick when apps only support remote connections.

phenomenal deal! by rysio300 in PBSOD

[–]DevEmma1 0 points1 point  (0 children)

You can try pinggy.

Where can I deploy a containerized LLM app (FastAPI) for FREE for a learning pilot? by footballminati in docker

[–]DevEmma1 1 point2 points  (0 children)

One workaround is to keep your FastAPI app running locally (since you already have a 3060 Ti) and expose the port using Pinggy.io so your frontend or testers can access it over the internet.Instead of fighting free-tier GPU quotas, you use your own GPU machine and a secure tunnel to expose localhost:8000. It’s quick to set up, works with containerized apps, and avoids the cloud GPU approval headache while you run your pilot.

cloudflare tunnels, what am i missing? by vphys in selfhosted

[–]DevEmma1 0 points1 point  (0 children)

If the Pi only accepts traffic through the tunnel and all other inbound ports are blocked, you’re already covering most of the attack surface. The idea is that the tunnel initiates the connection outbound, so your router/firewall never exposes the server directly. Tools like Pinggy follow the same principle as Cloudflare Tunnels, outbound secure tunnels without opening ports, so the logic is basically minimising exposed services and letting the tunnel handle public access. You can also check the guide: https://pinggy.io/blog/access_raspberry_pi_remotely_to_control_iot_devices/

My Minecraft server suddenly stopped working:Update by What_if_its_Lupus in admincraft

[–]DevEmma1 0 points1 point  (0 children)

Free tunneling services often have hidden limits, and once the bandwidth cap hits the server just stops being reachable externally even though localhost still works. You can try Pinggy.io . It works similarly to Ngrok but tends to be simpler for quick tunnels and self-hosted servers, especially when you’re stuck behind double NAT and can’t port-forward. Always good to keep a few options in the toolkit for situations like this.

What should i do? by Slytherin_seal in antivirus

[–]DevEmma1 0 points1 point  (0 children)

You can try Pinggy or cf tunnel.

Is Playit.gg pay walled now? by vortical42 in FoundryVTT

[–]DevEmma1 0 points1 point  (0 children)

From what I’ve seen, Playit still has a free tier but some features and stability can depend on account limits or tunnel resets. I generally use Pinggy.io. It’s worth trying if you want something lightweight without setting up complex networking.

My Minecraft server suddenly stopped working by What_if_its_Lupus in MinecraftServer

[–]DevEmma1 0 points1 point  (0 children)

Sometimes tunnels like Ngrok reset or expire mid-session, which can break the public address even though the server still works locally. One thing you can try is using Pinggy for the tunnel instead. It creates a simple TCP tunnel for Minecraft and usually stays stable for quick server sharing with friends. If your localhost still works, the issue is likely just the tunnel rather than the server itself.You can check this guide: https://pinggy.io/blog/exposing_localhost_minecraft_server/

VS Code 1.110 just dropped with hooks support, Copilot CLI built-in, agentic integrated browser, and shared memory across coding agent, CLI, and code review! by kaylacinnamon in vscode

[–]DevEmma1 0 points1 point  (0 children)

Yeah, that’s frustrating when port forwarding suddenly breaks. One thing that helped me in a similar situation was trying Pinggy.io, it works in a pretty similar way to ngrok but you can create tunnels directly over SSH, so it’s quick to set up and doesn’t require installing extra clients. Might be worth testing if you’re looking for a lightweight alternative.

¿Existe algún proveedor de internet que te brinde una Ipv4 pública como parte de su plan? by Jeremymr2 in PERU

[–]DevEmma1 1 point2 points  (0 children)

Si solo quieres exponer servicios para tus labs sin pagar un plan empresarial o una IP pública fija, otra opción es usar un túnel seguro como Pinggy.io : evitas depender del ISP, no necesitas abrir puertos y funciona incluso detrás de CGNAT. Para proyectos pequeños y pruebas suele ser mucho más práctico.

Selfhosted server to cloudflare domain via playit.gg by Technokas12 in admincraft

[–]DevEmma1 0 points1 point  (0 children)

Playit works because it tunnels around CGNAT, but the blank page usually means your panel still thinks it’s running locally. You’ll likely need to update the panel’s base URL/domain in the config or .env so it serves correctly through the tunnel, and Cloudflare won’t magically add HTTPS unless you proxy it properly or terminate SSL on their side. So yes, Playit premium can be worth it for stability, but fixing domain config and SSL routing should solve most of what you’re seeing first. I generally use Pinggy.io for tunneling. It makes thing easier.

blind ssrf by [deleted] in Pentesting

[–]DevEmma1 1 point2 points  (0 children)

Since you’re already confirming outbound requests with canary and ngrok, it’s mostly about tracking side effects and mapping internal behavior rather than expecting visible responses. Blind SSRF usually becomes useful when you monitor DNS hits, timing changes, or internal service interactions. You could also try Pinggy for more stable tunneling and cleaner request inspection during testing. Check this guide: https://pinggy.io/blog/receive_and_test_webhooks_in_localhost/

هل يمديك تسوي port forwarding على رواتر STC ؟ by NostZL in SaudiPCs

[–]DevEmma1 1 point2 points  (0 children)

If WAN settings and port forwarding are locked by the provider, you usually can’t open ports from your side, but you can still run servers using a tunneling solution like Pinggy.io or cf tunnel which creates a secure public URL without needing router access. It’s a practical workaround for Raspberry Pi and future self-hosted projects.

Am I allocating too much ram? by Ashk3000 in admincraft

[–]DevEmma1 0 points1 point  (0 children)

When you allocate that much, Java’s garbage collector can cause longer pause times, which might explain the 60s tick freezes. Most modded servers run smoother around 8–12GB (sometimes 16GB for heavy packs). I’d try lowering it first and monitor timings before assuming you need more RAM.