{"id":23422956,"url":"https://github.com/lopinx/serv00-auto-scripts","last_synced_at":"2025-08-22T10:43:32.198Z","repository":{"id":268218074,"uuid":"903652665","full_name":"lopinx/serv00-auto-scripts","owner":"lopinx","description":"Serv00/CT8 - Free Host Auto Renewal (Automatic SSH and PM2) and Other Scripts","archived":false,"fork":false,"pushed_at":"2025-02-12T13:44:04.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T04:42:01.877Z","etag":null,"topics":["automation","ct8","freehosting","hosting","login","serv00","vps"],"latest_commit_sha":null,"homepage":"https://lopins.github.io/serv00-auto-scripts/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lopinx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T07:18:07.000Z","updated_at":"2025-02-13T07:35:49.000Z","dependencies_parsed_at":"2024-12-15T09:32:17.580Z","dependency_job_id":"03d1b345-06b9-400a-81f9-182ed09d1997","html_url":"https://github.com/lopinx/serv00-auto-scripts","commit_stats":null,"previous_names":["lopinx/serv00-auto-scripts"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fserv00-auto-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fserv00-auto-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fserv00-auto-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fserv00-auto-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lopinx","download_url":"https://codeload.github.com/lopinx/serv00-auto-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248020692,"owners_count":21034476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","ct8","freehosting","hosting","login","serv00","vps"],"created_at":"2024-12-23T03:12:00.393Z","updated_at":"2025-04-09T10:34:32.768Z","avatar_url":"https://github.com/lopinx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"right\"\u003e\n   \u003ca href=\"README_CN.md\"\u003e中文\u003c/a\u003e | \u003cstrong\u003eEnglish\u003c/strong\u003e\n\u003c/div\u003e\n\n\u003cimg src=\"https://www.serv00.com/static/ct8/img/logo.jpg\" alt=\"serv00 logo\" width=\"50\" height=\"50\" align=\"right\" /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003e serv00-auto-scripts \u003c/h1\u003e\n\n\u003cp\u003eServ00/CT8 - Free Host Auto Renewal (Automatic SSH and PM2) and Other Scripts\u003c/p\u003e\n\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://panel.serv00.com/\"\u003eserv00 Demo\u003c/a\u003e | \n\u003ca href=\"https://www.serv00.com/\"\u003eserv00 Official\u003c/a\u003e | \n\u003ca href=\"https://docs.serv00.com/\"\u003eserv00 Docs\u003c/a\u003e | \n\u003ca href=\"https://forum.serv00.com/\"\u003eserv00 Forum\u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://panel.ct8.pl/\"\u003eCT8 Demo\u003c/a\u003e | \n\u003ca href=\"https://www.ct8.pl/\"\u003eCT8 Official\u003c/a\u003e | \n\u003ca href=\"https://wiki.mydevil.net/\"\u003eCT8 Docs\u003c/a\u003e | \n\u003ca href=\"https://forum.ct8.pl/\"\u003eCT8 Forum\u003c/a\u003e\n\u003c/div\u003e\n\n\u003chr/\u003e\n\n## Usage\n\n1. In the GitHub repository, go to the top right corner and click on `Settings`\n\n2. On the sidebar, find `Secrets and variables`, click to expand and select `Actions`, then click `New repository secret`\n    \n3. Then [create](https://lopins.github.io/serv00-auto-scripts/) a `Secret` named `ACCOUNTS_JSON`, set its value as the account and password string in JSON format, as follows:  \n\n``` json\n[  \n  { \"username\": \"qishihuang\", \"password\": \"zhanghao\", \"panel\": \"panel3.serv00.com\" },  \n  { \"username\": \"zhaogao\", \"password\": \"daqinzhonggong\", \"panel\": \"panel1.serv00.com\" },  \n  { \"username\": \"heiheihei\", \"password\": \"shaibopengke\", \"panel\": \"panel.ct8.pl\" }  \n]\n```\n\n\u003e The `panel` parameter is the panel number, which is the value in the `panel*.serv00.com` from the registration email you received.\n\n4. **Optional** Creating two parameters `Secret` for the Telegram bot: `TELEGRAM_BOT_TOKEN` and `TELEGRAM_CHAT_ID`\n\n## Unable to SSH Login\n\n\u003e If you cannot log in, it is due to an IP Ban, click here to unlock: [Ban](https://www.serv00.com/ip_unban/)\n\n\u003e If still unable to log in: Please use `FinalShell` below, and check `Smart Overseas Acceleration`. If login fails, choose `Cancel` in the pop-up box, and enter `[the SSH password from your email]` in the pop-up box.\n\n## FinalShell\n\nFinalShell is an integrated server and network management software, not only an SSH client but also a powerful development and operations tool that fully meets the needs of developers and operators.\n\n### Features\n\nCloud synchronization, free overseas server remote desktop acceleration, SSH acceleration, localized command input box with auto-completion, command history, and custom command parameters.\n\n- Windows X64 version, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_windows_x64.exe\u003e\n\n- macOS Arm version, supporting m1, m2, m3 CPUs, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_macos_arm64.pkg\u003e\n\n- macOS X64 version, supporting older Intel CPUs, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_macos_x64.pkg\u003e\n\n- Linux X64 version, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_linux_x64.deb\u003e\n\n- Linux Arm64 version, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_linux_arm64.deb\u003e\n\n- Linux LoongArch64 Longxin version, download address: \u003chttp://www.hostbuf.com/downloads/finalshell_linux_loong64.deb\u003e\n\n## Other Services\n\n- PHP Configuration: \u003chttps://docs.serv00.com/PHP/#php-version\u003e\n\n- Memcached Configuration: \u003chttps://docs.serv00.com/Memcached/\u003e\n\n  Start: memcached -s /usr/home/LOGIN/domains/DOMAIN/memcached.sock -d\n\n- Redis Configuration: \u003chttps://docs.serv00.com/Memcached/\u003e\n\n## Special Note\n\nAlthough serv00 has a 10-year usage period, it cannot clear logs generated by Apache and other services. Under capacity constraints, high-traffic services that generate large logs and high-frequency tasks are not recommended.\n\n## Star Trend\n\n[![Stargazers Over Time](https://starchart.cc/lopins/serv00-auto-scripts.svg?variant=adaptive)](https://starchart.cc/lopins/serv00-auto-scripts)\n\n## JSON Generator\n\n- \u003chttps://lopins.github.io/serv00-auto-scripts/\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopinx%2Fserv00-auto-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flopinx%2Fserv00-auto-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopinx%2Fserv00-auto-scripts/lists"}