From 81d921d6250d99c0870c8265ace0a0236a2655c0 Mon Sep 17 00:00:00 2001 From: Evan Song <52982404+ferothefox@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:05:47 -0700 Subject: [PATCH] Pyro: Initial Marketing Fixes (#2885) * fix: typo Signed-off-by: Evan Song * chore: specify specs on reliable hosting card Signed-off-by: Evan Song * chore: clarify locations Signed-off-by: Evan Song * chore: clarify SFTP and networking features Signed-off-by: Evan Song * chore: adjust copy Signed-off-by: Evan Song * feat: pushj faq section Signed-off-by: Evan Song * chore: address review Signed-off-by: Evan Song --------- Signed-off-by: Evan Song --- apps/frontend/src/pages/servers/index.vue | 132 +++++++++++++++++----- 1 file changed, 104 insertions(+), 28 deletions(-) diff --git a/apps/frontend/src/pages/servers/index.vue b/apps/frontend/src/pages/servers/index.vue index 3c687c4e..35f36748 100644 --- a/apps/frontend/src/pages/servers/index.vue +++ b/apps/frontend/src/pages/servers/index.vue @@ -211,8 +211,9 @@ Experience modern, reliable hosting powered by Pyro

- Modrinth Servers are hosted on super-fast servers, with custom-built sofware to ensure - your server runs smoothly. + Modrinth Servers are hosted on + 2023 Ryzen 7/9 CPUs with DDR5 RAM, running on + custom-built software to ensure your server performs smoothly.

@@ -294,7 +295,7 @@

Backups included

- Every server comes with 15 backups stored off-site with Backblaze. + Every server comes with 15 backups stored securely off-site with Backblaze.

@@ -312,7 +313,7 @@ >

Easy to use file manager

- Search, manage, and upload files directly to your server with ease. + Search, manage, edit, and upload files directly to your server with ease.

-

- An easy console, server properties manager, and more + A powerful console, server properties manager, and more

- Super powerful features with super simple access. + Modrinth Servers come with powerful tools to manage your server.

@@ -402,6 +382,97 @@
+ +
+
+ +

SFTP access

+

+ Access your server files directly with SFTP built into Modrinth Servers. +

+
+
+ +

Advanced networking management

+

+ Add your own domain to your server, reserve up to 15 ports for mods that require them, + and more. +

+
+
+
+

Frequently Asked Questions

+
+
+ + + + + What kind of CPUs do Modrinth Servers run on? + +

+ Modrinth Servers use 2023 Ryzen 7 and Ryzen 9 CPUs at 4+ GHz, paired with DDR5 + memory. +

+
+ +
+ + + + + Do Modrinth Servers have DDoS protection? + +

+ Yes. All Modrinth Servers come with DDoS protection. Protection is powered by a + combination of in-house network filtering by Pyro, as well as at the network level, + with Cloudflare and our data center provider. Your server is safe on Modrinth. +

+
+ +
+ + + + + Where are Modrinth Servers located? Can I choose a region? + +

+ Currently, Modrinth Servers are located in New York and Los Angeles. More regions + are coming soon! Your server's location is currently chosen algorithmically, but you + will be able to choose a region in the future. +

+
+ +
+ + + + + Can I increase the storage on my server? + +

+ Yes, storage can be increased on your server at no additional cost. If you need more + storage, reach out to Modrinth Support. +

+
+ +
+ + + + + How fast are Modrinth Servers? How many players can they handle? + +

+ During the Modrinth "Emergency SMP" test, we had over 80 players on a server running + on the Large plan. The server ran smoothly and was only limited by RAM. We're + confident that Modrinth Servers can handle a large number of players, with any kind + of modpack. +

+
+
+
@@ -422,7 +493,10 @@ ? "We are currently at capacity. Please try again later." : "There's a plan for everyone! Choose the one that fits your needs." }} - Servers are currently US only. More regions coming soon! + + Servers are currently US only, in New York and Los Angeles. More regions coming + soon!
    @@ -637,6 +711,8 @@ import { ExternalIcon, TerminalSquareIcon, UserIcon, + TransferIcon, + VersionIcon, } from "@modrinth/assets"; import { products } from "~/generated/state.json"; import LoaderIcon from "~/components/ui/servers/icons/LoaderIcon.vue";