chisel

Verified for current stable LTS

Chisel Commands

Chisel command syntax with verified terminal examples.

Commands

15 commands for Chisel

chisel

Chisel Command: Connect Chisel Client Authenticated

chisel client --auth <username>:<password> <server_ip>:<server_port> <local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect Chisel Client Reverse Socks Proxy

chisel client <server_ip>:<server_port> R:socks
chisel

Chisel Command: Connect Chisel Client Tunnel Host Port

chisel client <server_ip>:<server_port> <local_host>:<local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect Chisel Client Tunnel Port

chisel client <server_ip>:<server_port> <local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect To Chisel Server With Authentication

chisel client --auth <username>:<password> <server_ip>:<server_port> <local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect To Chisel Server With Host Port Tunneling

chisel client <server_ip>:<server_port> <local_host>:<local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect To Chisel Server With Port Tunneling

chisel client <server_ip>:<server_port> <local_port>:<remote_server>:<remote_port>
chisel

Chisel Command: Connect To Chisel Server With Reverse Socks Tunnel

chisel client <server_ip>:<server_port> R:socks
chisel

Chisel Command: Initialize Chisel Server Reverse Mode

chisel server -p <server_port> --reverse --socks5
chisel

Chisel Command: Initialize Reverse Chisel Server With Socks5

chisel server -p <server_port> --reverse --socks5
chisel

Chisel Command: Run Authenticated Chisel Server

chisel server --auth <username>:<password>
chisel

Chisel Command: Run Chisel Server

chisel server
chisel

Chisel Command: Run Chisel Server Authenticated

chisel server --auth <username>:<password>
chisel

Chisel Command: Run Chisel Server On Specific Port

chisel server -p <server_port>
chisel

Chisel Command: Run Chisel Server Specific Port

chisel server -p <server_port>

Suggest a Chisel Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Chisel workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.