Back to manual list

Download and extract the tar package.

tar -xzf stellar-helper-undefined-linux_cli.tar.gz

Login

sudo ./stellar-helper-undefined-linux-{amd64|arm64} login
sudo ./stellar-helper-undefined-linux-{amd64|arm64} help

(List all commands)

After that, no need to log in in future. Simply use the connect command to list the servers.
Add flags like `-c global` (computer global mode) or `-p allowlist` (proxy allowlist mode) after `connect` to choose your mode. Run `help` for details.
sudo ./stellar-helper-undefined-linux-{amd64|arm64} connect -c global

(Connect and use Computer Global Mode, all network on your computer will be passed by VPN) Or:

sudo ./stellar-helper-undefined-linux-{amd64|arm64} connect -p allowlist

(Connect and use Proxy White List Mode)

If you are using Proxy mode,Just use the following commands to setup http proxy in command line
export http_proxy=http://127.0.0.1:8668/
export https_proxy=http://127.0.0.1:8668/
Back to manual list