{"id":29927993,"url":"https://github.com/sentinel-official/sentinel-dvpncli","last_synced_at":"2025-08-18T08:07:32.839Z","repository":{"id":45063140,"uuid":"379685079","full_name":"sentinel-official/sentinel-dvpncli","owner":"sentinel-official","description":"Command-line tool to connect, manage, and interact with Sentinel decentralized VPN","archived":false,"fork":false,"pushed_at":"2025-01-15T15:56:41.000Z","size":298,"stargazers_count":37,"open_issues_count":11,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-02T14:05:53.230Z","etag":null,"topics":["dvpn","dvpn-client","privacy","proxy","sentinel","v2ray","vpn","wireguard"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentinel-official.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,"zenodo":null}},"created_at":"2021-06-23T17:43:49.000Z","updated_at":"2025-07-16T08:51:43.000Z","dependencies_parsed_at":"2023-12-06T03:27:36.990Z","dependency_job_id":"3e2f3d28-fc9c-4b29-9463-68ab3dd8a065","html_url":"https://github.com/sentinel-official/sentinel-dvpncli","commit_stats":null,"previous_names":["sentinel-official/sentinel-dvpncli"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/sentinel-official/sentinel-dvpncli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-dvpncli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-dvpncli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-dvpncli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-dvpncli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentinel-official","download_url":"https://codeload.github.com/sentinel-official/sentinel-dvpncli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentinel-official%2Fsentinel-dvpncli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270962391,"owners_count":24675965,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dvpn","dvpn-client","privacy","proxy","sentinel","v2ray","vpn","wireguard"],"created_at":"2025-08-02T14:01:11.503Z","updated_at":"2025-08-18T08:07:32.824Z","avatar_url":"https://github.com/sentinel-official.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentinel CLI Client\n\n[![Go](https://img.shields.io/github/go-mod/go-version/sentinel-official/cli-client)]()\n[![GoReport](https://goreportcard.com/badge/github.com/sentinel-official/cli-client)](https://goreportcard.com/report/github.com/sentinel-official/cli-client)\n[![Licence](https://img.shields.io/github/license/sentinel-official/cli-client.svg)](https://github.com/sentinel-official/cli-client/blob/master/LICENSE)\n[![Tag](https://img.shields.io/github/tag/sentinel-official/cli-client.svg)](https://github.com/sentinel-official/cli-client/releases/latest)\n[![TotalLines](https://img.shields.io/tokei/lines/github/sentinel-official/cli-client)]()\n\n## Install dependencies\n\n### Linux\n\n```sh\nsudo apt-get update \u0026\u0026 \\\nsudo apt-get install curl openresolv wireguard-tools \u0026\u0026 \\\nsudo sh -c \"curl -fsLS https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh | bash -s -- --version v5.2.1\"\n```\n\n### Mac\n\n```sh\nbrew install v2ray wireguard-tools\n```\n\nor\n\n```sh\nport install v2ray wireguard-tools\n```\n\n## Install Sentinel CLI client\n\n```sh\ncurl --silent https://raw.githubusercontent.com/sentinel-official/cli-client/master/scripts/install.sh | sh\n```\n\n## Connect to a dVPN node\n\n1. Create or recover a key\n   \n    Need not perform this step again in case you have already done it once.\n   \n   ```sh\n   sentinelcli keys add \\\n       --home \"${HOME}/.sentinelcli\" \\\n       --keyring-backend file \\\n       \u003cKEY_NAME\u003e\n   ```\n   \n    Pass flag `--recover` to recover the key.\n\n2. Query the active nodes and choose one\n   \n   ```sh\n   sentinelcli query nodes \\\n       --home \"${HOME}/.sentinelcli\" \\\n       --node https://rpc.sentinel.co:443 \\\n       --status Active \\\n       --page 1\n   ```\n   \n    Increase the page number to get more nodes\n\n3. Subscribe to a node\n   \n   ```sh\n   sentinelcli tx subscription subscribe-to-node \\\n       --home \"${HOME}/.sentinelcli\" \\\n       --keyring-backend file \\\n       --chain-id sentinelhub-2 \\\n       --node https://rpc.sentinel.co:443 \\\n       --gas-prices 0.1udvpn \\\n       --from \u003cKEY_NAME\u003e \u003cNODE_ADDRESS\u003e \u003cDEPOSIT\u003e\n   ```\n\n4. Query the active subscriptions of your account address\n   \n   ```sh\n   sentinelcli query subscriptions \\\n       --home \"${HOME}/.sentinelcli\" \\\n       --node https://rpc.sentinel.co:443 \\\n       --status Active \\\n       --page 1 \\\n       --address \u003cACCOUNT_ADDRESS\u003e\n   ```\n\n5. Connect\n   \n   ```sh\n   sudo sentinelcli connect \\\n       --home \"${HOME}/.sentinelcli\" \\\n       --keyring-backend file \\\n       --chain-id sentinelhub-2 \\\n       --node https://rpc.sentinel.co:443 \\\n       --gas-prices 0.1udvpn \\\n       --yes \\\n       --from \u003cKEY_NAME\u003e \u003cSUBSCRIPTION_ID\u003e \u003cNODE_ADDRESS\u003e\n   ```\n\n## Disconnect from a dVPN node\n\n1. Disconnect\n   \n   ```sh\n   sudo sentinelcli disconnect \\\n       --home \"${HOME}/.sentinelcli\"\n   ```\n\nClick [here](https://docs.sentinel.co/sentinel-cli \"here\") to know more!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentinel-official%2Fsentinel-dvpncli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentinel-official%2Fsentinel-dvpncli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentinel-official%2Fsentinel-dvpncli/lists"}