Jump to content

Depends on how many "some" friends is. If you have one lying around just go for it and see if the performance is where you want it I'd say.

Crystal: CPU: i7 7700K | Motherboard: Asus ROG Strix Z270F | RAM: GSkill 16 GB@3200MHz | GPU: Nvidia GTX 1080 Ti FE | Case: Corsair Crystal 570X (black) | PSU: EVGA Supernova G2 1000W | Monitor: Asus VG248QE 24"

Laptop: Dell XPS 13 9370 | CPU: i5 10510U | RAM: 16 GB

Server: CPU: i5 4690k | RAM: 16 GB | Case: Corsair Graphite 760T White | Storage: 19 TB

Link to post
Share on other sites

2 minutes ago, mahyar said:

yes you can but it cant handle many players maybe around 5

No way you'll handle 5 players on a Pi 2... my friend did it with Spigot (already a pretty well optimised piece of server software) on a Pi 4 (much faster than a Pi 2) and it was lagging out with 4 players

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to post
Share on other sites

3 minutes ago, pythonmegapixel said:

No way you'll handle 5 players on a Pi 2... my friend did it with Spigot (already a pretty well optimised piece of server software) on a Pi 4 (much faster than a Pi 2) and it was lagging out with 4 players

i played minecraft iin an raspberry pi 2 for around 2 months with aroud 10-15 fps on minimum graphics possible

so why i cant setup a server for 3-4 friends

Link to post
Share on other sites

4 minutes ago, AGENT_PRIME_YT said:

i played minecraft iin an raspberry pi 2 for around 2 months with aroud 10-15 fps on minimum graphics possible

so why i cant setup a server for 3-4 friends

Well, do you want all your players to have 3fps on minimum graphics?

 

Not that any of this is relevant at all, because the server workload is rather different to the client workload

____________________________________________________________________________________________________________________________________

 

 

____________________________________________________________________________________________________________________________________

pythonmegapixel

into tech, public transport and architecture // amateur programmer // youtuber // beginner photographer

Thanks for reading all this by the way!

By the way, my desktop is a docked laptop. Get over it, No seriously, I have an exterrnal monitor, keyboard, mouse, headset, ethernet and cooling fans all connected. Using it feels no different to a desktop, it works for several hours if the power goes out, and disconnecting just a few cables gives me something I can take on the go. There's enough power for all games I play and it even copes with basic (and some not-so-basic) video editing. Give it a go - you might just love it.

Link to post
Share on other sites

Would agree with @pythonmegapixel as the Pi would handle all of that data from all of the devices. In a nutshell, you'd flood that Pi.

 

Probably an old PC would be better suited, tho.

Humor me, as you should do.

 

Daily drivers, below.

 

Diccbudd PC

AMD Ryzen 5 3600 || ASRock B450M Pro4 R2.0 Motherboard || MSI GeForce GTX 1650 Gaming X 4G || ADATA GAMIXX D35 2 x 8 GB DDR4 3200 MHz RAM || 480 GB Samsung PM981A NVME SSD // 480 GB Pioneer APS-SL3 SATA SSD // 1 TB Seagate 2.5" HDD || be quiet! System Power 9 500 W PSU || Deepcool AG300 CPU Cooler || Skyworth H27G30Q 2k 180 Hz Monitor || Logitech M650 Signature Mouse || Nuphy Air75 v2 Keyboard

 

Samsung Galaxy A34 5G

8GB RAM, 256GB Internal Storage, 128GB SanDisk Extreme, and you could find the rest of the specs on the interwebz lol

 

Lenovo ThinkPad L390 Yoga

Intel Core i5-8365U || 8 + 16 GB DDR4 (don't ask, gf bought me the 16 GB RAM as my birthday present lol) || Samsung 256GB SSD

 

Personal Server: HP Elitedesk 800 G3 SFF

Intel Core i3-7100 || Hynix 40GB DDR4 || 120GB random SSD || 1TB Toshiba 2.5" HDD

 

Audio

Redmi TV Soundbar || KZ EDX Ultra + KZ APTX Bluetooth Module || JCALLY JM6 CX31933 DAC

Link to post
Share on other sites

I mean, what's the point of asking this question you know. If you have a Pi, you might as well set it up and try it, and if it's performance is not satisfactory you could do things like reducing the render distance and other good stuff.

 

So just trying it out and asking how to improve the performance on a low spec machine would've been a better question tbh.

 

4 hours ago, AGENT_PRIME_YT said:

can i make a simple minecraft server to play with some friends using an raspberry pi 2 model b

Simply, yes. Would it be playable? it's for you to try and figure out.

Don't use vanilla and use something more optimised (Paper?), and also change the server.properties to be a bit more practical.

Link to post
Share on other sites

Paper server can probably handle two, *maybe* three players.

Quote me to see my reply!

SPECS:

CPU: Ryzen 7 3700X Motherboard: MSI B450-A Pro Max RAM: 32GB I forget GPU: MSI Vega 56 Storage: 256GB NVMe boot, 512GB Samsung 850 Pro, 1TB WD Blue SSD, 1TB WD Blue HDD PSU: Inwin P85 850w Case: Fractal Design Define C Cooling: Stock for CPU, be quiet! case fans, Morpheus Vega w/ be quiet! Pure Wings 2 for GPU Monitor: 3x Thinkvision P24Q on a Steelcase Eyesite triple monitor stand Mouse: Logitech MX Master 3 Keyboard: Focus FK-9000 (heavily modded) Mousepad: Aliexpress cat special Headphones:  Sennheiser HD598SE and Sony Linkbuds

 

🏳️‍🌈

Link to post
Share on other sites

You can do it and test if you can play or not, I think it would not be playable.

 

But, you need to know:

  1. Nat routing if you are using home internet to address the server. (commonly named, how to open ports)
  2. Some basics for linux command line usage.

Then I recommend to install a lightweight linux for Pi 2... Maybe arch linux or puppy (raspup), I never used a Pi 2. I use ubuntu mate on most of Pi 3 or 4, they say Mate is not recommended for Pi 2.

 

Considering a Vanilla server: (Not tested for Pi 2, but similar steps should be followed)

  1. Install java open-jdk 8 and open-jre 8 ARM versions (some times they recommend 7 for minecraft server, but 8 has better performance on my tests).
  2. I use forge server even if vanilla or modded server. So download forge 1.16.3 installer from official website (recommended 1.16.3 - 34.1.0).
  3. Create a folder for your minecraft server and place the forge-1.16.3-34.1.0-installer.jar inside that folder.
  4. Execute this command: java -jar forge-1.15.2-31.2.0-installer.jar --installServer
  5. Wait til finish, you have to configure server.properties (make sure you have the IP configured, LAN IP if home internet, make static ip instead dynamic), and accept EULA (eula.txt file)
  6. To run the server just run this command: java -Xmx1G -Xms1G -jar forge-1.16.3-34.1.0.jar nogui

Of course you can tweak a bit more, but this is a initial step to make sure if the server starts or not.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×