Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fellipeutaka/satoru

⛏ Manage your Minecraft servers
https://github.com/fellipeutaka/satoru

react rust tailwindcss tauri typescript vite

Last synced: 3 months ago
JSON representation

⛏ Manage your Minecraft servers

Awesome Lists containing this project

README

        

# Satoru

Manage your Minecraft Servers easily with Satoru.

![Server list](./.github/screenshot.png)
![Server details](./.github/screenshot-2.png)

## Features

- ✅: Supported
- 🚫: Not in progress
- ⌛️: In progress
- ⚠️: Partially supported (with some caveats)

| Feature | Status |
| -------- | ------- |
| Create a new server |
| Delete a server |
| Start a server |
| Stop a server |
| Open server folder |
| Vanilla software |
| Spigot software |
| CraftBukkit software |
| Backup servers | 🚫
| Add plugins | ⚠️
| Add mods | ⚠️
| Read server logs |
| Run commands | ⌛️
| Track system resources | ⌛️
| Manage server settings |
| Minecraft Bedrock | 🚫
| Whitelist | 🚫

## How to use

### Prerequisites

- [Node.js](https://nodejs.org)
- [pnpm (package manager)](https://pnpm.io/installation)
- [Rust and system dependencies](https://tauri.app/v1/guides/getting-started/prerequisites)

### Steps

1. Clone the repository

```bash
git clone https://github.com/fellipeutaka/satoru.git
```

2. Install the dependencies

```bash
pnpm install
```

3. Run the project

```bash
pnpm app dev
```