Connect to Holesail server

Run the following command to connect to a Holesail server instance:

holesail <KEY>

Supported options:

Option
Purpose
Required / Optional

<key>

Connect to a holesail server

Required

--connect

Similar to doing holesail KEY_STRING

Optional

--host

Bind to 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

--log

Start debug logging

Optional.

Examples:

  1. Connect to a Holesail server with default options:

  holesail hs://s000a19f5778ccf3b7471fd45205758ad44a572aec1e7cdf76864613db0e63b8a49c
  1. Connect to a Holesail server with a custom key and custom port:

  holesail my-custom-connection --port 8080
  1. Connect to a Holesail server and listen on a custom port and host:

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

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

You can use multiple flags as per your need. Once you are connected, you can access the running application on the host and port you specified before.

Last updated

Was this helpful?