Server requirements experience for a small group
-
For 10-50 users with Cloudron (docker setup) I would recommend a minimum of:
- quad (v)core
- 6-8GB RAM
- 150-300GB SSD RAID (depends on how good the cache purging works right now)
Costs for an instance like this vary between 6-20€ per month (Cloudron not included but you can use the Free tier anyway). If you run out of disc space, invest in an external storage rather then upgrading your server. Example configurations: Contabo CLOUD VPS S, Netcup VPS 1000 G10, Hetzner CPX31
-
@shanelord01
I'm also using Linode 8gb /4 CPUs (but dedicated) - for 50 members it is more than enough (you can use 4Gb / 2 CPU cores). Now we have almost 400 users and 8/4 works well.For files we use Amazon S3 (pretty cheep)
-
@shanelord01 Not speaking for OP, but when we started out years ago, AWS gave us a lot of free credits (via my co-working space, which is sadly now defunkt).
-
@doodlemania2 sadly no, we never got a need to use it.
-
@shanelord01 I think that wasabi is the cheapest thing on the current market, in terms of price-quality.
https://wasabi.com/cloud-storage-pricing/#cost-estimates
No Charges For Egress or API Requests Wasabi’s pricing model of $.0059 per GB/mo ($5.99 per TB/month) with no additional charges for egress or API requests means you don’t pay to access your data.
-
@shanelord01 to be honest we did not thing about LOS. Thanks for proposal, looks like this is also good option
-
https://www.reddit.com/r/Mastodon/comments/yzp1qz/mastodon_server_hardware_requirements/
This is a discussion on Reddit about what it takes to host a Mastodon instance (Mastodon uses the ActivityPub protocol). The requirements are quite high. One large instance with 29,000 users is hosted on this hardware:
2 AMD 5950 16c/32thread 128GB ram with nvme ssds running sidekiq jobs
1 AMD 5950 16c/32thread 128GB ram with nvme ssds running elasticsearch and redis
1 AMD 5950 16c/32thread 128GB ram with nvme ssds running Postgres DB
2 AMD 5950 16c/32thread 128GB ram with nvme ssds running PUMA (mastodon web app) and nginx (only one is currently powered on - other is being reworked
1 AMD Epyc 32c/64th 400GB ram with 10TB of nvme ssd acting as a s3 storage provider and another nginx/PUMA web front endThis is a total of 96 CPU cores! Another person with 500 users says,
"For those interested in a data point, I am running an instance with nearly 500 users. Currently running on an AWS Lightsail instance with 4GB Ram, 2 vCPU, for $20/month, and an S3 instance for media storage (1TB - nearly full) for $3/month. I am constantly monitoring resources - as the system is running well but nearly topped out.
I will likely be moving to 8GB RAM, 4 vCPU instance, and 2TB S3 in the coming weeks."
These requirements are quite high. I also recently learned that bandwidth is a continuous 1-2 Gbits/s. No wonder Mastodon is having trouble keeping up with the influx of Twitter users!