Modifying the WISP installation script

Our installation script is open source, so you can modify it or implement it within a bigger automation framework using something like Ansible.

The only two bits of unique information needed for the script to work are the license key, and the game panel URL.

You can always access the base installation script at https://wisp.gg/install

By default this will prompt you for the required information. Alternatively, you can use the query strings license_key and instance_url to automatically insert that information skipping a manual prompt through CLI. For example:

https://wisp.gg/install?license_key=EXAMPLE_KEY&instance_url=YOUR_ENCODED_URL

By viewing the above page, you can see how the information is used in the script, and modify it to suit your needs. Please note the URL must be HTTP encoded, you can read more about that here. You also want to include the encoded https:// at the start of the URL. For example, testing.panel.gg would look like this when it’s encoded: https%3A%2F%2Ftesting.panel.gg