Lapsus Client
  • 👋Welcome
  • 📚Getting Started
  • Installation
    • ⚙️Using the script
    • 🥚Using the egg
    • 🛠️Manually
    • 🚈Configuring a Reverse Proxy
    • 💬Configuring Discord
    • 🧩Extensions and Themes
  • Reference
    • 📄settings.json
    • 🔄Updates
  • Troubleshooting
    • ⁉️Common Errors
    • 💰Changing a user's plan
    • 🔄How the Updater works?
Powered by GitBook
On this page
  • ⬇️ Download the egg
  • 🪧Import it to the Pterodactyl Panel
  • ➕ Create a new server
  • ⚙️ Editing essential settings
  • 💉 Starting the Client
  • ✔️ All done!
  1. Installation

Using the egg

Last updated 5 months ago

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

⬇️ Download the egg

Go to 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):

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",
    [...]

💉 Starting the Client

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:

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

🥚
💬Configuring Discord
📄settings.json
🧩Extensions and Themes
🚈Configuring a Reverse Proxy
this Github Repository
This is what you should see once you follow the steps mentioned before
On the Discord Developer Portal, your Redirect must end with "/callback"
If you see this, congratulations! You have setup everything correctly to use Lapsus Client
Lapsus Client - Login page