Installation
Install and configure the HostnExtra Tunnel plugin.
Installation
Before installing the Tunnel plugin, install the HostnExtra CLI.
npm install -g hostnextraInstall the Tunnel plugin.
hostnextra plugin add tunnelVerify the installation.
hostnextra tunnel helpRequirements
HostnExtra Tunnel requires:
- Node.js 22 or later
- OpenSSH client
- SSH access to the remote server
Basic Usage
All commands follow the same syntax.
hostnextra tunnel <command>Example:
hostnextra tunnel open mysql-prodUninstall
To remove the plugin:
hostnextra plugin remove tunnel