EnderDashEnderDash
Tutorials

Connect Your First Server

Learn the complete first-run flow for creating a server record, installing an agent, and confirming the first successful connection.

Goal

By the end of this tutorial, you will have one EnderDash server record connected and reporting live data.

Only evaluating the product?

Start with demo mode if you want to inspect the dashboard and panel flow before creating an account or installing an agent. The demo uses seeded data and does not connect to real infrastructure.

Before you start

You need:

  • an EnderDash account
  • an organization
  • an active subscription on that organization
  • owner or admin access if you need to open Downloads, create server records, or reveal agent keys

If you are only joining an existing setup as a member, ask an owner or admin to grant server access first. Members can use granted servers, but they cannot finish the setup flow on their own.

Create the server record

  1. Sign in and open the organization you want to work in.
  2. Open Servers.
  3. Create a new server record for the runtime you want EnderDash to monitor.

At this point the server exists in the dashboard, but nothing is connected yet.

Download the right agent

  1. Open Downloads.
  2. Select the server you just created.
  3. Download the artifact that matches your target runtime.

Use the platform-specific build:

TargetDownload
Bukkit, Spigot, Paper, Purpur, FoliaEnderDash-Bukkit.jar
VelocityEnderDash-Velocity.jar
BungeeCord, WaterfallEnderDash-Bungeecord.jar
HytaleEnderDash-Hytale.jar
Standalone host runtimeEnderDash-Standalone.jar or the standalone download shown in Downloads

Place the agent where the runtime expects it

  • Minecraft servers and proxies normally load the jar from plugins/.
  • Standalone downloads stay in the directory where the standalone runtime will run.

Restart the target once. On plugin and proxy runtimes that boots the EnderDash plugin and registers the enderdash console command; until the restart happens, the command does not exist. Standalone targets only need to start once so the agent config file lands on disk.

Register the agent key

In Downloads, copy the server's agent key or install command.

  • On Bukkit, Velocity, BungeeCord, and Hytale, run enderdash install <agentKey> from the runtime console. The agent connects immediately.
  • On standalone targets, save the key in ~/.enderdash/config.yml, then start the agent.

If you cannot use the console command, paste the key into the runtime's EnderDash config file and restart again instead.

Confirm the first connection

Return to EnderDash and check the server record you created.

The setup worked when:

  • the server switches to Online
  • the server page opens normally
  • live panels such as Info, Statistics, or Console start loading data

If something is wrong

What to learn next

Was this page helpful?

Send a quick note if anything is missing or unclear.

Last updated on

On this page