7 Days to Die
    American Truck Simulator
    ARK: Survival Ascended
    ARK: Survival Evolved
    ARK: Survival Evolved Official Save Game
    ARK: Survival of the Fittest
    Arma 2
    Arma 3
    Arma Reforger
    Assetto Corsa Competizione
    Astroneer
    Atlas
    Avorion
    Battlefield Hardline
    Chivalry 2
    Citadel
    Conan Exiles
    Counter-Strike: Global Offensive
    Craftopia
    Dark and Light
    DayZ
    Dirty Bomb
    Don't Starve Together
    DUCKSIDE
    Dune: Awakening
    ECO
    Empyrion
    Enshrouded
    Euro Truck Simulator 2
    Factorio
    Farming Simulator 17
    Farming Simulator 19
    Farming Simulator 22
    Farming Simulator 25
    FiveM
    Garry's Mod
    Half-Life 2 Deathmatch
    Hell Let Loose
    ICARUS
    Killing Floor 2
    Last Oasis
    Left 4 Dead 2
    Life is Feudal
    LOTR: Return to Moria
    Medieval Engineers
    Minecraft
    Mordhau
    Myth of Empires
    Outpost Zero
    Palworld
    Pantropy
    Path of Titans
    PixARK
    Project Zomboid
    Red Orchestra 2
    Retired Games
    Risk of Rain 2
    Rust
    Satisfactory
    SCP - Secret Laboratory
    SCUM
    Sons Of The Forest
    Soulmask
    Space Engineers
    Squad
    Starbound
    StarMade
    Subsistence
    Team Fortress 2
    Terraria
    The Forest
    The Isle
    Unturned
    V Rising
    Valheim
    Wreckfest
    Ylands
    Zescape
  • webinterface
    • Account
      Customer Support
      FTP
      Other Services
      Security
  • WEBINTERFACE
    1. home /
    2. guides /
    3. configure a life is feudal server en

    Guides

    Category A-Z
    configuration
    Gameserver
    Life is Feudal
    question
    top10
    Wiki

    Configure a Life Is Feudal Server

    Configure a Life Is Feudal Server

    Lif wiki.jpg
    Rent your own prepaid Gameserver for Life is Feudal on nitrado.net

    Server Configuration

    We will give you a brief insight about how to configure your Life is Feudal Gameserver in this article.

     = world_XX.xml = <?xml version="1.0" encoding="utf-8" standalone="yes" ?> <config> <ID>661028</ID> <!-- Identification of server instance. Has to be unique across one server and one database engine --> <name>My own LiF server</name> <!-- No more than 63 symbols! --> <password></password> <!-- will be required for new clients to join if not blank (no more than 32 symbols) --> <adminPassword></adminPassword> <!-- GM password (no more than 32 symbols) --> <mode>Sandbox</mode> <!-- Not Working --> <isPrivate>0</isPrivate> <!-- =1 Will not be listed in servers browser --> <isActive>1</isActive> <!-- Must be 1! (for internal use) --> <skillsStatsMult>10</skillsStatsMult> <!-- =1 is vanilla MMO skills progression setting (range: 0.1 - 100) --> <skillcap>600</skillcap> <!-- =600 is vanilla MMO skill cap (range: 200 - 3000) --> <terraformingSpeed>4</terraformingSpeed> <!-- Terraforming speed during TUNNELING only. 0.8 is a vanilla setting. Can be raised up to 60, but only players with GM powers will be able to dig tunnels with a single iteration (range: 0.1 - 5) --> <craftingPeriod>60</craftingPeriod> <!-- seconds for 1 crafting tick (burning of fuel, heating of objects etc) (range: 1 - 3600) --> <animalBFPeriod>60</animalBFPeriod> <!-- minutes between a breeding check. New harvest, dung and young animals will appear on that tick (range: 1 - 600) --> <dayCycle>3</dayCycle> <!-- Real life hours per in game day. Affects speed of crops and trees growth (range: 0.5 - 24) --> <animalsCount>20</animalsCount> <!-- WARNING! Big numbers might result a heavy server load. We'd recommend 50 or 100, but you can always experiment on your own hardware ;) Amount of animal spawn points and may result in a maximum of spawned animals at once. (range: 0 - 100) --> <maxPlayers>50</maxPlayers> <!-- Maximum amount of SIMULTANEOUS players on one server (range: 1 - 64) --> <port>12200</port> <!-- better have that port and +1 +2 port numbers opened and routed if needed. For instance, if you set that number for 26000, you will need to have 26001 and 26002 to be opened also. --> </config>

    </spoiler>

     <ID>661028</ID> <!-- Number of server instance. Must be unique across one server and one DB engine -->

    Sets the identification number of your server. This number will be assigned automatically by Nitrado. You MUST NOT change it, it will break your server if you do.

     <name>My own LiF server</name> <!-- No more than 63 symbols! -->

    Sets the name of the server. A maximum of 63 characters can be used.

     <password></password> <!-- will be required for new clients to join if not blank (no more than 32 symbols) -->

    Changes the password to access the server. The maximum length is 32 characters.

     <adminPassword></adminPassword> <!-- GM password (no more than 32 symbols) -->

    Changes the password for the Admin/Gamemaster. A maximum length of 32 characters.

     <mode>Sandbox</mode> <!-- Not Working -->

    The GM function is not working yet, but feel free to define a password.

     <isPrivate>0</isPrivate> <!-- =1 Will not be listed in servers browser -->

    Enables the visibility of the server in the server browser. 0 = Visible / 1 = Invisible

     <isActive>1</isActive> <!-- Must be 1! (for internal use) -->

    This setting cannot be changed.

     <skillsStatsMult>10</skillsStatsMult> <!-- =1 is vanilla MMO skills progression setting (range: 0.1 - 100) -->

    Vanilla MMO skills progression

     <skillcap>600</skillcap> <!-- =600 is vanilla MMO skill cap (range: 200 - 3000) -->

    Changes the maximum level players can reach in any skills available.

     <terraformingSpeed>4</terraformingSpeed> <!-- Terraforming speed during TUNNELING only. 0.8 is a vanilla setting. Can be raised up to 60, but only players with GM powers will be able to dig tunnels with a single iteration (range: 0.1 - 5) -->

    The comment tells you everything you need to know.

     <craftingPeriod>60</craftingPeriod> <!-- seconds for 1 crafting tick (burning of fuel, heating of objects etc) (range: 1 - 3600) -->

    Determines how many seconds it takes for a “Crafting Tick” . The Crafting Tick determines for example how fast a charcoal will need to be used in the oven. This value can be changed to any number between 1 and 3600.

     <animalBFPeriod>60</animalBFPeriod> <!-- minutes between a breeding check. New harvest, dung and young animals will appear on that tick (range: 1 - 600) -->

    Determines how many minutes it takes for a “Breeding Check”. The Breeding Check determines how fast animals grow and reappear. The standard value is 60 seconds but it can be changed to any number between 1 and 3600.

     <dayCycle>3</dayCycle> <!-- Real life hours per in game day. Affects speed of crops and trees growth (range: 0.5 - 24) -->

    Determines how many “real hours” it takes for a day to be over in the Game. Standard is 3 real hours per day. This setting defines the growing speed of trees and fruits. This value can be changed to any number between 0.5 and 24.

     <animalsCount>20</animalsCount> <!-- WARNING! Big numbers might result a heavy server load. We'd recommend 50 or 100,
    but you can always experiment on your own hardware ;) Amount of animal spawn points and may result in a maximum of spawned animals at once. (range: 0 - 100) -->

    Determines how many animals can be seen on the server. A high number of animals may result in Lags! A value between 0 and 100 may be set.

     <maxPlayers>50</maxPlayers> <!-- Maximum amount of SIMULTANEOUS players on one server (range: 1 - 64) -->

    Determines how many players can be connected simultaneously to the server. This value depends on the rented Gameserver.

     <port>12200</port> <!-- better have that port and +1 +2 port numbers opened and routed if needed. For instance, if you set that number for 26000,
    you will need to have 26001 and 26002 to be opened also. -->

    Determines the port the Gameserver is using, this value will be set by Nitrado. You MUST NOT change it, it will be overwritten anyways.

     

    Get Life is Feudal Server Hosting now!

    Server Configuration

    Share this article


    #configuration
    #Gameserver
    #Life is Feudal
    #question
    #top10
    #Wiki
    12/1/2022

    Grab your very own game server now.

    Order game server
    1. home /
    2. guides /
    3. configure a life is feudal server en
    Pay the way you prefer
    Klarna Payment Badge
    Our memberships
    RIPE NCC - Ripe Network Coordination Centre Women in Games
    v1.30.0-168-g6f64a707 © 2025 marbis GmbH. All rights reserved. All prices are shown as gross prices and include VAT.