eooce/auto-renew-hidencloud — explained in plain English
Analysis updated 2026-05-18
Automatically renew a HidenCloud server subscription before it expires without logging in manually.
Get a Telegram notification when the renewal script runs successfully or fails.
Route the renewal request through a proxy node to avoid HidenCloud flagging multiple accounts.
| eooce/auto-renew-hidencloud | ademola-lou/threejsgnm | alicankiraz1/codexqb | |
|---|---|---|---|
| Stars | 28 | 28 | 28 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a valid HidenCloud login cookie and email and password stored as GitHub Secrets.
This repository automates renewing a HidenCloud hosting subscription using GitHub Actions, so a server does not expire due to a missed manual renewal. HidenCloud is a hosting provider that tends to suspend accounts that create too many signups, so the README recommends using an isolated environment and a dedicated network node that only the account owner uses. To set it up, you fork the repository and add several secrets to the GitHub repository settings under Secrets and variables for Actions. Two required secrets are your HidenCloud email and password. A third required secret, COOKIE_VALUE, is a login cookie value taken from the HidenCloud dashboard, ideally one that stays valid for more than a year, the README explains how to find it using your browser developer tools. There are also three optional secrets: NODE_LINK for a proxy server address, and TG_BOT_TOKEN plus TG_CHAT_ID if you want renewal notifications sent to a Telegram chat. If you do configure a proxy, the script accepts several common proxy link formats, including VLESS, VMess, Trojan, tuic, anytls, hysteria2, and SOCKS5. If no proxy is configured, the script connects directly. Once the secrets are set, you trigger the GitHub Action manually the first time through the Actions menu using workflow_dispatch. After that, you are expected to adjust the cron schedule in the workflow file to match your account actual expiration date, for example running it every Monday if your service renews on Tuesdays. The README includes a disclaimer stating the script is intended only for learning and personal use, that users must follow HidenCloud own terms of service, and that the author takes no responsibility for any problems caused by running it. The project is written in Python and has 28 stars. It would mainly interest people who already have a HidenCloud account and want to avoid manually logging in to renew it before it expires, and who are comfortable configuring GitHub Actions secrets.
A GitHub Actions script that automatically renews a HidenCloud hosting account using a saved login cookie.
Mainly Python. The stack also includes Python, GitHub Actions.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.