Skip to content

Start Paideia LMS and access your instance

Get ready to…

  • Start the Paideia LMS server
  • Access Paideia LMS in your browser
  • Create your admin account

Now that your environment is configured, you can start the Paideia LMS server.

  1. Start the Paideia LMS server:

    Terminal window
    ./paideia server

    Or simply:

    Terminal window
    ./paideia

    The server will start and listen on the configured ports (default: 3001 for backend API, 3000 for frontend).

  2. Wait for the server to start. You should see confirmation in the terminal that Paideia LMS is running.

  1. Open your browser and navigate to http://localhost:3000 (or the port configured via FRONTEND_PORT environment variable).

    You should see the Paideia LMS login page.

  2. On first access, you’ll be prompted to create an admin account. Follow the on-screen instructions to create your admin user.

  3. Once you’ve created your admin account, log in to access the Paideia LMS dashboard.

Congratulations! You now have Paideia LMS running and accessible!

  1. Explore the Paideia LMS interface:

    • Check the dashboard
    • Navigate through the different sections
    • Verify that all features are accessible
  2. Check the API endpoint:

    Navigate to http://localhost:3001 to verify the API is running (you should see API documentation or a health check response).

You want to restart Paideia LMS after making configuration changes. What steps do you take?

Ask DeepWiki
Contribute Community Sponsor