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
2 changes: 1 addition & 1 deletion installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ The Modmail team does not recommend this hosting method due to their highly unst
Please note that our Support Team will not be offering any official help or support if you choose this method to host Modmail.
{% endhint %}

An online code execution environment. You can host Modmail there for free using certain exploits. The legitimate method costs $7 USD per month. However, regardless if you pay or host for free, hosting on Replit are often unstable and thus not recommended. However, a community guide is still available by clicking [here](broken-reference).
An online code execution environment that costs $7 USD per month. However, hosting on Replit is often unstable, and thus not recommended. However, a community guide is still available by clicking [here](broken-reference).

## Community Guides

Expand Down
11 changes: 8 additions & 3 deletions installation/community-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ description: Unofficial installation guides created by the community.
# Community Guides

{% hint style="warning" %}
Community guides are not verified by the Modmail team, so use them at your own risks.{% endhint %}
Community guides are not verified by the Modmail team, so use them at your own risks.
{% endhint %}

## [Replit Guide](https://gist.github.com/anondev-sudo/24978429b85b44348bcff5c0885afe82) by AnonDev

An online code execution environment which used to be free with certain exploids but starting 2024 replit removed the free tier. You can deploy modmail there if you pay for their monthly plans/deployment costs. For the up-to--date pricing info check out their [pricing](https://replit.com/pricing) page.
An online code execution environment that costs $7 USD per month. However, hosting on Replit is often unstable, and thus not recommended. For the up-to-date pricing info check out their [pricing](https://replit.com/pricing) page.

## [Northflank](https://blog.project-mei.xyz/posts/2023-08-02-hosting-modmail-on-northflank.html) Guide by raidensakura
## [Northflank](https://blog.project-mei.xyz/2023/04/11/hosting-discord-modmail-on-northflank/) Guide by raidensakura

Northflank is a Platform as a Service (PaaS) like Railway that offers abilities to run micro-services like bots, schedule jobs that run periodically and databases with a powerful UI, API and CLI. Their panel is a bit more advanced as compared to Railway but comes with the perk of more customization and features. You will need a valid payment method to verify your account, but will unlock a free tier project that's separated from paid resources. They will not charge your card if you go over resource usage as you have limited allocation per service.

## [Oracle Guide](http://docs.lidistat67.xyz/) by lidistat67

Oracle Cloud Compute is an Infrastructure as a Service (IaaS) platform. Unlike Railway and Heroku, Oracle gives you access to a VPS where you can have a more direct control of your instance. Oracle is a reputable company known for owning products such as Java, VirtualBox, MySQL, etc. Oracle Cloud offers 3,000 OCPU hours and 18,000 GB hours per month. This is equivalent to 24 GB of RAM and 4 OCPUs. TL;DR, Oracle offers powerful instances for free! Oracle requires a credit card for verification but will never charge you as long as you are on their free plan. The setup is similar to self-hosting Modmail as Oracle offers a VPS.

## [Pterodactyl](https://martinbndr.gitbook.io/modmail-hosting-on-pterodactyl/) Guide by martinbndr

Pterodactyl is a hosting self hostable platform that originally allows to host gameservers but it can also host other applications like modmail.
Expand Down