🤝Connect to someone

It is quite easy to connect to someone running holesail:

holesail CONNECTION_STRING

Supported options:

OptionPurposeRequired / Optional

<connection string>

Connect to a holesail server

Required

--connect

Similar to doing holesail CONNECTION_STRING

Optional

--host

Listen on a custom host

Optional. Default is 127.0.0.1

--port

Specify a custom port to use on the local machine

Optional. Default is port 8989

Examples:

  1. Connect to a Holesail server with default options:

  holesail 651daf65e3892d9ca8caa3237194612f460843f522e9b505975e9c840d2158a2
  1. Connect to a Holesail server with a custom connection string and custom port:

  holesail my-custom-connection-string-that-I-will-not-share --port 8080
  1. Connect to a Holesail server and listen on a custom port and host:

holesail "my connection string" --port 8765 --host localhost
  1. Start a holesail server with custom connection string and its smaller than 32 characters:

holesail --live 4545 --connector "its-quite-small" --force

You can combine multiple options according to your needs. After executing any of the command above, you will be connected. To see the content visit the url that terminal shows you after "Access application on"

Last updated