πŸ₯šUsing the egg

If you want to install Lapsus Client on a Pterodactyl Server you can use our official egg

⬇️ Download the egg

Go to this Github Repository and download the .json file which is the egg

πŸͺ§Import it to the Pterodactyl Panel

Access the Admin Area and go to Nests -> Import Egg (upload it from your local and select a Nest Group) and click Import

This is what you should see once you follow the steps mentioned before

βž• Create a new server

Go to Servers -> Create New -> now set a name, an owner and node and it's important to select the egg you have imported (ig you can create a server on Pterodactyl)

You can also select which version you want to install

Go to the Server Page and wait until the installation process finishes. Once it finishes, follow the next step.

βš™οΈ Editing essential settings

Now open settings.json and edit the file as you need, we recommend changing the following (options are explained more in the settings.json reference):

The name and logo
"name": "Lapsus Client",
  "logo": {
    "url": "/assets/img/logo_background.png"
  },
The port and secret
"website": {
    "port": 8000,
    "secret": "changeme"
  },
Pterodactyl settings
"pterodactyl": {
    "domain": "https://panel.yourdomain.com",
    "key": "ptla_",
    "account_key": "ptlc_"
  },
Discord OAuth2 settings
"oauth2": {
    "_comment": "Go to https://discord.dev/ and create an application to set these up.",
    "id": "",
    "secret": "",
    "link": "http://localhost:8080",
    [...]
On the Discord Developer Portal, your Redirect must end with "/callback"

πŸ’‰ Starting the Client

Now click the button if the server hasn't started yet, if you have set everything correctly, Lapsus Client will show something like this:

If you see this, congratulations! You have setup everything correctly to use Lapsus Client

Now login using the URL you setup and you will be ready to login for the first time!

Lapsus Client - Login page

βœ”οΈ All done!

To see your next steps, continue on to the following pages:

πŸ’¬Configuring DiscordπŸ“„settings.json🧩Extensions and Themes🚈Configuring a Reverse Proxy

Last updated