Use code LAUNCH20 at checkout for 20% off your first month

Premium Minecraft hosting

Build the server you've always wanted.

Launch a premium Minecraft server, write TypeScript directly in your browser, and deploy custom scripts to your server in one click.

Dedicated serverBrowser TypeScript editorOne-click deployLive consoleDedicated hostname

Cedar Scripts

cedar.host

Deploy

ServerCommands.register('/lightning', (sender, call) => {

const player = call.getPlayer()!;

const target = player.getTargetBlockExact(100);

if (!target) return;

target.getWorld()?.strikeLightning(

target.getLocation()

);

});

[Scripts] Compiling TypeScript...

[Scripts] Uploading cedar-script-lightning.jar...

[Scripts] Plugin enabled: Lightning Stick

[Server] Conner joined the game

[Chat] Welcome Conner!

No shared IP. No strange port number. No confusing control panel.

Dedicated cloud serverDedicated public IPMemorable cedar.host hostnameMultiple regionsLive browser consolePlugin uploads

Cedar Scripts

Build Minecraft plugins in your browser.

Cedar Scripts gives you a TypeScript editor, Bukkit API autocomplete, fast in-browser development, and one-click deployment to your live server.

Editor + console

Deploy successful

ServerCommands.register('/lightning', (sender, call) => {

const player = call.getPlayer()!;

const target = player.getTargetBlockExact(100);

if (!target) return;

target.getWorld()?.strikeLightning(target.getLocation());

});

[Server thread/INFO]: [CedarScripts] Loaded Lightning Stick

[Server thread/INFO]: Conner issued server command: /lightning

[Server thread/INFO]: Summoned lightning at (148, 72, -21)

[Server thread/INFO]: Sent message to Conner: "Strike complete"

TypeScript editor with autocomplete

Write code in-browser with practical completion and type feedback while you work.

Full access to the Bukkit API

Build commands, event handlers, and gameplay systems using familiar server APIs.

Deploy without local tooling

Compile and deploy from Cedar without setting up local Java, Maven, Gradle, Node, or IDE workflows.

Integrated live console

Deploy, run commands, and verify behavior in one place while your server stays online.

Ready-made templates

Start from Empty Script, Welcome Message, or Lightning Stick and adapt quickly.

Optional by design

Coding is optional. Use Cedar as premium hosting first, then script when you want deeper customization.

Example

ServerCommands.register('/lightning', (sender, call) => {

const player = call.getPlayer()!;

const target = player.getTargetBlockExact(100);

if (!target) return;

target.getWorld()?.strikeLightning(target.getLocation());

});

Deploy this, run /lightning, and change the world from your browser.

Start with a working example, edit the code, and deploy.

Premium hosting with optional programmable power

Cedar keeps hosting straightforward while giving you advanced scripting when you want deeper customization.

Cedar Scripts included

Write Minecraft plugins in TypeScript from your browser and deploy directly to your live server.

Dedicated infrastructure

Each server runs on its own cloud instance, not a shared game process.

Live browser console

Read logs live, send commands, and test script changes without leaving your panel.

Dedicated hostname and IP

Connect with a clear cedar.host hostname backed by a dedicated public IP.

Plugin uploads

Upload standard plugin JAR files whenever you need existing ecosystem plugins.

Region selection

Choose the region closest to your players.

Fast provisioning

Provision in minutes, then manage your world from one clean control panel.

Paper support

Run modern Paper server software with a straightforward setup.

How it works

Coding is optional. Cedar Scripts is included when you want to customize more.

Step 1

Choose a plan and region

Pick the setup that matches your player count and location.

Step 2

Cedar provisions your dedicated server

Infrastructure, hostname, and control panel come online automatically.

Step 3

Open Scripts and customize with TypeScript

Optional step: write commands, events, and gameplay logic in your browser.

Step 4

Deploy and test with the live console

Click deploy, then validate behavior on your running server from the integrated console.

Simple monthly pricing

Player ranges are approximate. Plugins, world activity, view distance, and version all matter.

Starter

$8/month

1 GB memory

Great for one or two friends and lightweight customizations.

Approx. 1-3 players

  • Region selection included
  • Dedicated IPIncluded
  • Dedicated hostnameIncluded
  • Cedar Scripts included
  • TypeScript editor
  • One-click deploy
  • Live browser console
  • Paper server support
Launch Your Server

Standard

$15/month

2 GB memory

Small survival worlds and common plugin stacks.

Approx. 2-6 players

  • Region selection included
  • Dedicated IPIncluded
  • Dedicated hostnameIncluded
  • Cedar Scripts included
  • TypeScript editor
  • One-click deploy
  • Live browser console
  • Paper server support
Launch Your Server
Most Popular

Plus

$26/month

4 GB memory

Ideal for active friend groups and regular scripted gameplay changes.

Approx. 5-12 players

  • Region selection included
  • Dedicated IPIncluded
  • Dedicated hostnameIncluded
  • Cedar Scripts included
  • TypeScript editor
  • One-click deploy
  • Live browser console
  • Paper server support
Launch Your Server

Performance

$55/month

8 GB memory

Large worlds, plugins, and communities.

Approx. 10-25 players

  • Region selection included
  • Dedicated IPIncluded
  • Dedicated hostnameIncluded
  • Cedar Scripts included
  • TypeScript editor
  • One-click deploy
  • Live browser console
  • Paper server support
Launch Your Server

Enterprise

$100/month

16 GB memory

Maximum performance for heavily customized servers.

Approx. 20-40 players

  • Region selection included
  • Dedicated IPIncluded
  • Dedicated hostnameIncluded
  • Cedar Scripts included
  • TypeScript editor
  • One-click deploy
  • Live browser console
  • Paper server support
Launch Your Server

Some memory is reserved for the operating system and server runtime.

Cedar vs typical budget hosting

Cedar

  • Dedicated cloud server
  • Dedicated public IP
  • Memorable Cedar hostname
  • Default Minecraft port
  • Live browser console
  • Plugin uploads
  • Browser TypeScript editor
  • One-click script deployment

Typical budget hosting

  • Usually shared infrastructure
  • Often shared IP or custom port
  • Traditional control panel
  • Manual plugin development workflow
  • Local Java toolchain often required
  • JAR uploads usually manual

What will you build?

Custom commands

Create custom commands without writing Java boilerplate.

Welcome messages

React to joins with tailored onboarding and server info.

Minigames

Prototype minigames and deploy them directly to your server.

Build tools

Add utility commands for teleporting, region edits, and moderation.

Player abilities

Attach abilities to items, commands, or events for unique gameplay.

World automation

Respond to combat, block, and world events with custom logic.

Why Cedar?

Simple premium hosting

Cedar stays approachable for normal players while still offering dedicated infrastructure and clear controls.

Programmable when you want it

Cedar Scripts is included so you can add custom gameplay with TypeScript without changing your workflow.

Concrete workflow, no local setup

Write TypeScript. Click Deploy. Test in the live console. No local Java, Gradle, Maven, or IDE required.

Built for dependable operation

Choose your region, launch quickly, and keep the server experience stable for your community.

A real Minecraft console, in your browser.

Follow output, watch players join, and send commands without leaving your browser.

[Server thread/INFO]: [CedarScripts] Loaded Lightning Stick

[Server thread/INFO]: Conner issued server command: /lightning

[Server thread/INFO]: Summoned lightning at (148, 72, -21)

[Server thread/INFO]: Sent message to Conner: "Strike complete"

FAQ

Cedar Scripts is a browser-based TypeScript development environment for creating custom Minecraft server behavior and deploying it to your Cedar server.

No. Cedar Scripts uses TypeScript and removes the usual Maven, Gradle, JAR, and local IDE setup.

No. Cedar works as a normal managed Minecraft host. Scripts are an optional included feature.

Yes. Cedar Scripts exposes Bukkit and Paper types with editor autocomplete and type hints.

Yes. Cedar also supports uploading standard Minecraft plugin JAR files.

Most servers are provisioned in minutes after checkout completes.

Yes. Every plan includes a dedicated public IP and a memorable cedar.host hostname on the default Minecraft port.

No. Cedar is independent and not affiliated with Mojang Studios or Microsoft.

Get your server online in minutes.

Pick a plan, choose a region, and Cedar handles the rest.

Launch Your Server