The Dashboard at panel.micronode.ca is your control centre for everything server-related. Here's a tour of every tab.
The first tab you see. It shows your server's live log output and lets you type commands directly.
/ prefix needed for most server commands.ca-east.micronode.ca:25565. Copy it from here to share with players.A full file manager for your server. You can browse, edit, upload, download, rename, and delete files without any FTP client.
Important directories:
| Path | Contents |
|---|---|
/plugins | Minecraft plugins (Paper/Spigot) |
/mods | Forge or Fabric mods |
/world | Overworld save data |
/oxide/plugins | Rust uMod plugins |
server.properties | Core Minecraft settings |
eula.txt | EULA acceptance |
Create MySQL databases for plugins that need them (e.g. LuckPerms, CoreProtect, economy plugins). Each database comes with its own username and password. Click the eye icon to reveal credentials.
Automate recurring tasks using a cron-like scheduler. Common uses:
To set up a nightly restart:
0 4 * * * (4:00 AM daily)say Server restarting in 60 seconds!Grant other people access to your server panel without sharing your account password. You can set specific permissions for each sub-user:
Useful for giving a co-admin panel access without full account access.
Automatic daily backups are created for you. You can also create manual backups at any time. See the Backups & Restores guide for full details.
Shows the port allocations assigned to your server. Your primary port is the one shown in your server address. Additional allocations can be requested if you need extra ports for voice servers, RCON access, or map viewers.
Controls the startup command and environment variables for your server. This is where you:
Rename your server (the name shown in the panel, not the in-game name) and view the server's unique identifier used by the API.