Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 4 additions & 48 deletions content/docs/hydrodactyl/automated.mdx
Original file line number Diff line number Diff line change
@@ -1,56 +1,12 @@
---
title: Automated Installation
description: A simple script-based installer for Hydrodactyl
description: Automated installer for Hydrodactyl (currently unavailable)
---
## Easy Script Installation
**Officially licensed third-party script**

A community member has built an automated installer to get Hydrodactyl up and running quickly — no deep technical knowledge required. You can find the script at their repository: [github.com/Muspelheim-Hosting/hydrodactyl-installer](https://github.com/Muspelheim-Hosting/hydrodactyl-installer)

Whether you're an experienced sysadmin or setting up your first game server, this script makes the installation process straightforward and hassle-free.

## Quickstart
### System requirements
#### Minimum Requirements

| Component | Specification |
|-----------|--------------|
| **CPU** | 2 cores (x86_64 or ARM64) |
| **RAM** | 2 GB |
| **Storage** | 20 GB SSD |
| **Network** | Public IPv4 or IPv6 |
| **OS** | Ubuntu 22.04/24.04, Debian 11/12, Rocky Linux 8/9, AlmaLinux 8/9 |

#### Recommended Requirements

| Component | Specification |
|-----------|--------------|
| **CPU** | 4+ cores |
| **RAM** | 4+ GB |
| **Storage** | 50+ GB SSD |
| **Network** | Both IPv4 and IPv6 |

## Installing


<Callout type="warn">
This script is in an experimental state, and there may be bugs, please report any and all bugs/errors in the github repo and shoot us a ping on discord.

The auto updater is in a **VERY** experimental state and may have more bugs/issues than the rest of the installer.
</Callout>

```bash
bash <(curl -sSL https://hydrodactyl-installer.muspelheim.host)
```

<Callout type="info">
See something you think you can fix? Give it a shot! We are always accepting prs!
<Callout type="error">
Automated installer currently unavailable. Endpoint down / unmaintained. Use [manual installation](https://hydrodactyl.dev/docs/hydrodactyl/installation) instead until this notice removed.
</Callout>

## For more in depth information, docs, and options
consider visiting the muspelheim-hosting repo located at https://github.com/Muspelheim-Hosting/hydrodactyl-installer

<Callout type="note">
Need help or running into issues? Join our Discord community at [https://discord.gg/mnTJVSSaKp](https://https://discord.gg/mnTJVSSaKp) for support and the latest updates.
Need help? Join Discord: [https://discord.gg/mnTJVSSaKp](https://discord.gg/mnTJVSSaKp)
</Callout>

Loading