Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
---
description: How to install Discord Tickets on HypeSrv
description: How to install Discord Tickets on HypeServ
---

# HypeSrv
# HypeServ

!!! warning
Due to sharing an IP address with other HypeSrv users (who may also be hosting a Discord bot),
Due to sharing an IP address with other HypeServ users (who may also be hosting a Discord bot),
you are more likely to encounter rate limits. It should be fine for most use-cases. You can request a dedicated IP-Address for your bot with our support team if you encounter issues.


## Installation

After purchasing your [Discord Bot Server](https://hypesrv.net/en/discord-bot-hosting?utm_source=discordtickets-docs), click on `Content Manager` in your Server Dashboard, then select `Discord Tickets Bot` and hit install.
After purchasing your [Discord Bot Server](https://hypeserv.com/en/discord-bot-hosting?utm_source=discordtickets-docs), click on `Content Manager` in your Server Dashboard, then select `Discord Tickets Bot` and hit install.

![Screenshot](/img/hypesrv-1.png)

![Screenshot](/img/hypesrv-2.png)

!!! warning
Installing Discord Tickets via the HypeSrv Content Manager will completely WIPE/DELETE all your server-files!
Installing Discord Tickets via the HypeServ Content Manager will completely WIPE/DELETE all your server-files!

![Screenshot](/img/hypesrv-3.png)

Expand Down
9 changes: 4 additions & 5 deletions docs/self-hosting/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@

## Shared/containerised services

| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :fontawesome-solid-cube:<br>HypeSrv { .hypesrv .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
|:------------------------------------------------------------:|:---------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](hypesrv.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |
| :simple-bisecthosting:<br>BisectHosting { .bisect .text-lg } | :fontawesome-solid-cube:<br>HypeServ { .hypesrv .text-lg } | :simple-pterodactyl:<br>Pterodactyl { .pterodactyl .text-lg } | :fontawesome-solid-cube:<br>PebbleHost { .pebblehost .text-lg } | :simple-railway:<br>Railway { .railway .text-lg } |
|:------------------------------------------------------------:|:----------------------------------------------------------:|:-------------------------------------------------------------:|:---------------------------------------------------------------:|:---------------------------------------------------:|
| :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :green_book:<br>Node.js experience recommended | :orange_book:<br>Docker experience recommended |
| [Start](bisecthosting.md){.md-button .md-button--primary} | [Start](hypeserv.md){.md-button .md-button--primary} | [Start](pterodactyl/index.md){.md-button .md-button--primary} | [Start](pebblehost.md){ .md-button .md-button--primary } | [Start](railway.md){.md-button .md-button--primary} |


[![BisectHosting](https://www.bisecthosting.com/partners/custom-banners/41ca8074-184e-4ad1-a44d-77750ee8bfb9.webp){ .no-glightbox }](https://bisecthosting.com/discordtickets?r=docs-installation)

6 changes: 3 additions & 3 deletions docs/self-hosting/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ Alternatively, you can use [Watchtower](https://containrrr.dev/watchtower/) to d

## Standalone

## HypeSrv
## HypeServ

Your HypeSrv installation of DiscordTickets (if done via the `Content Manager`) will automatically check for and perform updated on every (re-)start of your server.
Your HypeServ installation of DiscordTickets (if done via the `Content Manager`) will automatically check for and perform updates on every (re-)start of your server.

HypeSrv doesn't currently offer a first-party solution for backing up a database server.
HypeServ doesn't currently offer a first-party solution for backing up a database server.
Instead, please connect to the database with an SQL Client like HeidiSQL and export your database via such a tool.


Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ nav:
- Docker: self-hosting/installation/docker.md
- Standalone: self-hosting/installation/standalone.md
- BisectHosting: self-hosting/installation/bisecthosting.md
- HypeSrv: self-hosting/installation/hypesrv.md
- HypeServ: self-hosting/installation/hypeserv.md
- Pterodactyl:
- Pterodactyl: self-hosting/installation/pterodactyl/index.md
- Official egg: self-hosting/installation/pterodactyl/official.md
Expand Down