https://github.com/fellipeutaka/satoru
⛏ Manage your Minecraft servers 🤞
https://github.com/fellipeutaka/satoru
react rust tailwindcss tauri typescript vite
Last synced: 2 months ago
JSON representation
⛏ Manage your Minecraft servers 🤞
- Host: GitHub
- URL: https://github.com/fellipeutaka/satoru
- Owner: fellipeutaka
- Created: 2024-06-08T02:16:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T00:59:04.000Z (8 months ago)
- Last Synced: 2025-03-26T01:11:14.555Z (3 months ago)
- Topics: react, rust, tailwindcss, tauri, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 70.3 MB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satoru
Manage your Minecraft Servers easily with Satoru.

## 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
```