🥚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

➕ 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):
"name": "Lapsus Client",
"logo": {
"url": "/assets/img/logo_background.png"
},"website": {
"port": 8000,
"secret": "changeme"
},"pterodactyl": {
"domain": "https://panel.yourdomain.com",
"key": "ptla_",
"account_key": "ptlc_"
},"oauth2": {
"_comment": "Go to https://discord.dev/ and create an application to set these up.",
"id": "",
"secret": "",
"link": "http://localhost:8080",
[...]
💉 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:

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

✔️ All done!
To see your next steps, continue on to the following pages:
💬Configuring Discord📄settings.json🧩Extensions and Themes🚈Configuring a Reverse ProxyLast updated