π₯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