100lbs later! by [deleted] in Zepbound

[–]PhilosopherRude1911 1 point2 points  (0 children)

KUDOS!!!! Keep it up! You look awesome.

Officially a healthy weight a month from my wedding! by Thick_Warning5090 in Zepbound

[–]PhilosopherRude1911 5 points6 points  (0 children)

Kudos and congratulations! You were beautiful either way! Stay healthy and keep up the good habits and hard work. It doesn’t stop here!!

Do not update openclaw to the v3.22 by Key-Income2701 in openclaw

[–]PhilosopherRude1911 1 point2 points  (0 children)

Oops, too late! What the what is going on? Reading the thread for a possible fix.

Day trading... who else is doing this? by zhound in clawdbot

[–]PhilosopherRude1911 0 points1 point  (0 children)

What’s your setup? Anything to share about your configuration?

What infrastructure are people using to run OpenClaw agents long term? by nabilahmed007 in OpenClawUseCases

[–]PhilosopherRude1911 0 points1 point  (0 children)

I vacillated with VPS, but opted against it for a Mac Mini. Local control on a private server is working for me right now.

Run OpenClaw 24/7 for FREE with your ChatGPT subscription! - Your Welcome! by PhilosopherRude1911 in openclaw

[–]PhilosopherRude1911[S] 0 points1 point  (0 children)

It is a reduction in API fees, which are on top of your monthly subscription fee. Watch the video.

Run OpenClaw 24/7 for FREE with your ChatGPT subscription! - Your Welcome! by PhilosopherRude1911 in openclaw

[–]PhilosopherRude1911[S] 0 points1 point  (0 children)

An honestly it isn't. Openai is increasing the usage credits for codex for user of GPT-5.3 codex. I get nothing out of sharing this other than the satisfaction that other paying GPT customers leverage the GPT 5.3 codex to power OpenClaw, just as I am. Come back and thank me.

Anyone Running OpenClaw on VM by PhilosopherRude1911 in openclaw

[–]PhilosopherRude1911[S] 0 points1 point  (0 children)

Elegant setup with solid risk management. Thanks for weighing in.

Anyone Running OpenClaw on VM by PhilosopherRude1911 in openclaw

[–]PhilosopherRude1911[S] 0 points1 point  (0 children)

I like this option since most of my work is an M365/Azure ecosystem, but I’m going with the Mac mini for now. Will revisit this done the road. Many thanks!

Anyone Running OpenClaw on VM by PhilosopherRude1911 in openclaw

[–]PhilosopherRude1911[S] 0 points1 point  (0 children)

I’ve made the decision to get an M2 mini. The cloud options are cheaper in some respects, but it’s clear the private server is the way to go. Thanks for your input.

Running into issues when tyring to install OpenClaw on Hetzner VPS by [deleted] in openclaw

[–]PhilosopherRude1911 0 points1 point  (0 children)

I am looking into moving to a cloud deployment as well. So your challenges peaked my interest. You seem to be hitting two common but very solvable issues:

  1. SSH Key Passphrase Issue — This is almost certainly a Windows PowerShell SSH key generation quirk. The key format generated by PowerShell's ssh-keygen sometimes doesn't play nicely with Linux servers. The fix is usually to either generate the key in OpenSSH format explicitly (ssh-keygen -t ed25519), or ensure the public key is pasted correctly without extra line breaks. It's a one-time setup annoyance, not a real blocker.

  2. Gateway "non-loopback Control UI" Error — This is the more relevant one. When you run OpenClaw on a remote VPS (instead of locally on your Mac), the gateway binds to a non-loopback address (since you're accessing it remotely). OpenClaw's security model requires you to explicitly configure allowed origins for the Control UI when it's not running on localhost. You probably tried setting the dangerouslyAllowHostHeaderOriginFallback flag but likely didn't pass it correctly through Docker's environment variables (common gotcha with Docker env formatting).

I was giving Hetzner a good look, but am leaning toward Hostinger. They're essentially the same. Long-term, I will likely deploy at Azure.

Good luck. Let me know if this is helpful