@urixen/ptero-connect
    Preparing search index...

    @urixen/ptero-connect

    ðŸŠķ ptero-connect

    npm version yarn pnpm bun bun TypeScript downloads Github Publish NPM Publish

    ptero-connect is a lightweight Node.js/TypeScript library for interacting with the Pterodactyl Application API.
    It provides a clean, developer-friendly interface with zero dependencies and full TypeScript support.


    • ðŸ”đ Application API support
    • ðŸ”đ Zero dependencies
    • ðŸ”đ Fully typed for TypeScript
    • ðŸ”đ Lightweight & fast
    • ðŸ”đ Easy to extend for custom endpoints

    npm install @urixen/ptero-connect
    # or
    yarn add @urixen/ptero-connect
    # or
    pmpm add @urixen/ptero-connect
    # or
    bun add @urixen/ptero-connect

    import { Application } from "ptero-connect";

    const app = new Application({
    panelUrl: "https://panel.example.com",
    apiKey: "YOUR_APPLICATION_API_KEY"
    });

    const servers = await app.getAllServers();
    console.log(servers);

    MIT License ÂĐ 2025 Urixen and Nehxurai & Vspcoderz


    ptero-connect is part of the Urixen initiative to create high-quality, open-source tools for developers working with game server hosting and automation.