Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fellipeutaka/satoru
- Owner: fellipeutaka
- Created: 2024-06-08T02:16:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T04:26:35.000Z (6 months ago)
- Last Synced: 2024-07-14T04:47:04.732Z (6 months ago)
- Topics: react, rust, tailwindcss, tauri, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 70.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```