What's new

Server minecraft

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Paxsat

Regular Contributor
How To Set Up a Minecraft Server on router?

file minecraft_server.jar

Inviato dal mio SM-G935F utilizzando Tapatalk
 
Last edited:
How To Set Up a Minecraft Server on router?

file minecraft_server.jar

Inviato dal mio SM-G935F utilizzando Tapatalk


Even if it was possible why would you want to? Since when does minecraft use less than 150MB of RAM?
 
are you sure hes not aski g about how to set up a portforward for the server?
 
No problem server PC.. But the server is on line only whit PC on.

Of course

Inviato dal mio SM-G935F utilizzando Tapatalk
 
It's a bit of a resource issue - compute wise, the router might be fine, but running Java and storing stuff can be a problem, as the router is a bit resource constrained...

Folks have run Minecraft Server on Pi2/Pi3 - there's more than a few "how-to" articles on how to do that... check the google..

If you want to share the server to the public - well, there's a few articles on what ports/protocols need to be forwarded there.
 
Install OPTWARE-NG and java but

Code:
admin@RT-N66U:/tmp/mnt/Elements/optware-ng/minecraftSERVER# java -Dfile.encoding
=UTF8 -jar nukkit-1.0-SNAPSHOT.jar
/tmp/mnt/Elements/optware-ng/lib/jvm/openjdk8/jre/bin/java: '/tmp/libjansi-32-482602560465004055.so' is not an ELF executable for MIPS
10:19:56 [INFO] Loading nukkit.yml...
10:19:58 [INFO] Loading server properties...
10:19:59 [INFO] Selected English (eng) as the base language
10:19:59 [INFO] Starting Minecraft: PE server version v1.1.3
10:20:01 [INFO] Opening server on *:19132
10:20:01 [INFO] This server is running Nukkit version 1.0dev "èæ(Apple)æ´¾(Pie)" (API 1.0.0)
10:20:01 [INFO] Nukkit is distributed under the LGPL License
> java.lang.UnsatisfiedLinkError: no awt in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
        at java.lang.Runtime.loadLibrary0(Runtime.java:870)
        at java.lang.System.loadLibrary(System.java:1122)
        at java.awt.Toolkit$3.run(Toolkit.java:1636)
        at java.awt.Toolkit$3.run(Toolkit.java:1634)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
        at java.awt.Toolkit.<clinit>(Toolkit.java:1668)
        at java.awt.Color.<clinit>(Color.java:275)
        at cn.nukkit.utils.DyeColor.<clinit>(DyeColor.java:6)
        at cn.nukkit.block.BlockTerracottaStained.getDyeColor(BlockTerracottaStained.java:66)
        at cn.nukkit.block.BlockTerracottaStained.getName(BlockTerracottaStained.java:28)
        at cn.nukkit.item.ItemBlock.<init>(ItemBlock.java:19)
        at cn.nukkit.item.Item.get(Item.java:1524)
        at cn.nukkit.item.Item.get(Item.java:1513)
        at cn.nukkit.item.Item.get(Item.java:1509)
        at cn.nukkit.item.Item.initCreativeItems(Item.java:852)
        at cn.nukkit.item.Item.init(Item.java:816)
        at cn.nukkit.Server.<init>(Server.java:369)
        at cn.nukkit.Nukkit.main(Nukkit.java:68)
10:20:13 [INFO] [BugReport] An error has been detected, creati
 
Install chroot Debian and java.. But java is version 6
Version 8 Kernel old.



Inviato dal mio SM-G935F utilizzando Tapatalk
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top