Installation du serveur
Créer des serveurs sur nanos world est très simple, suivez juste quelques étapes et vous aurez un serveur prêt à être utilisé !
Minimum System Requirements
- OS: Windows or Linux
- Processor:
2x 1.0 GHz
(faster cores is better than many cores) - Memory:
50 MB
(grows if having too many Players or spawned Entities) - Storage:
30 MB
(+ Assets & Packages size) - Network: Recommended at least
1 MB/s
(grows if having too many Players or spawned Entities) - Network Forwarded Ports:
7777 TCP/UDP
and7778 UDP
(you can change that in the Config)
Windows
On Windows, you have three options for downloading nanos world server:
- Use the executable (.exe) already located at
nanos-world/Server/NanosWorldServer.exe
(if you downloaded the base game). - Or download nanos world™ Dedicated Server tool from Steam Client.
- Use SteamCMD.
Linux
Sous Linux, le seul moyen de télécharger le serveur est de passer par SteamCMD. Si vous êtes sur une machine Linux Ubuntu/Debian, vous pouvez facilement l'installer ainsi :
sudo add-apt-repository multiverse
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install lib32gcc1 steamcmd
Note: on Linux, you must start the server using the Shell Script ./NanosWorldServer.sh
, which will configure proper paths and needed dynamic libraries which need to be loaded!
You should probably look into Linux & ARM Server installation
to see if your operating system is entirely supported!
Téléchargement à l'aide de SteamCMD
To download the server through SteamCMD (a command line version of Steam) please download it before proceeding.
1. After downloaded, run steamcmd
executable, once loaded you will get into it's console:
Steam>
2. Vous pouvez éventuellement définir un dossier d'installation pour installer votre serveur nanos world :
Steam> force_install_dir c:/nanos-world-server/
3. L'étape suivante consiste à se connecter sur SteamCMD, vous pouvez vous connecter de manière anonyme avec :
Steam> login anonymous
4. You can then install or update nanos world server using it's app id: 1936830
:
Steam> app_update 1936830
Vous avez terminé ! Vous pouvez quitter la console :
Steam> quit
Installation de la version bleeding-edge
To install the bleeding-edge
version of the server, you will need to specify it's branch when installing:
Steam> app_update 1936830 -beta bleeding-edge
Installation automatisée
Un moyen plus simple d'installer ou de mettre à jour le serveur Nanos world est d'utiliser une commande en une seule ligne pour exécuter SteamCMD:
- Windows
- Linux
steamcmd.exe +login anonymous +app_update 1936830 validate +quit
steamcmd +login anonymous +app_update 1936830 validate +quit
or on bleeding-edge:
- Windows
- Linux
steamcmd.exe +login anonymous +app_update 1936830 -beta bleeding-edge validate +quit
steamcmd +login anonymous +app_update "1936830 -beta bleeding-edge" validate +quit
Finished! You can now proceed to the next steps to configure your nanos world server.