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. how to change ark day night cycle

    Guides

    Category A-Z

    How to Change ARK Day Night Cycle

    How to Change ARK Day Night Cycle – Introduction

    Within the prehistoric world in ARK, knowing the real-time game speed at which day passes in the match is important. This ensures you can keep track of a variety of functions such as egg incubation time or food duration. Changing this setting can be significant for those who want time to pass faster on their server or, on the contrary, to pass slower, resembling real time.

    It’s worth mentioning that ARK: Survival Evolved features editable configurations in the general settings section. It will suffice to enter this section from the web interface to make changes. However, servers for ARK: Survival Ascended currently lack these features, and we will need to add them manually to the game’s configuration files. Below, we will guide you step by step on how to change the day and night cycle on your ARK: Survival Ascended server hosted on Nitrado.

    Config Files

    First, you should know that the configuration settings for the ARK Day and Night cycles are not pre-set, so you’ll need to add lines of code to edit these functions. Don’t worry though, as we will guide you step by step so you can make the changes in your configuration without fear of making mistakes when adding these functions.

    1. To the left of the web interface in the **Settings** section, you will find the **Config Files**.

      Settings menu at Nitrado

    2. By clicking you’ll encounter the following window where all the editable functions within your server will be.

      Editable functions

    3. At the top, change the tab from “Game.ini” to the option “GameUserSetting.ini“.

      Changing .ini file

    4. The lines of code change automatically when you click. Now, we will look for the section that says “[/Script/ShooterGame.ShooterGameMode]”.

      Shooter game mode section

    5. Now, scroll down to the bottom of this section, where we will add the following lines:
      DayCycleSpeedScale=1
      DayTimeSpeedScale=1
      NightTimeSpeedScale=1

      Adding code lines to the .ini file

    6. Finally, all that’s left is to change the duration of the day or night or the complete cycle to customize your experience to the fullest and save changes.

      Save files

    7. Lastly, restart the server for the settings to be correctly reflected.

    Now that we have added the functions to our server, it’s time to change them and put them in the parameter that suits us best. For that, we will explain one by one how they work.

    DayCycleSpeedScale

    This is the scale factor for the passage of time in ARK, controlling the ratio of real-time to in-game time. The default value of 1 provides the same cycle speed as the solo experience (and official public servers). Values ​​less than 1 slow down the cycle; higher values accelerate it. The base time when the value is “1” is approximately 28 minutes in-game.

    DayTimeSpeedScale

    Specifies the scale factor for the passage of time in ARK during the day. This value determines the duration of each day in relation to the duration of each night. Reducing this value increases the duration of each day.

    NightTimeSpeedScale

    Specifies the scale factor for the passage of time in ARK during the night. This value determines the duration of each night in relation to the duration of each day. Reducing this value increases the duration of each night.

    How to Change Day and Night Cycle in ARK – Conclusion

    Having control over the day and night times within your server opens up a new window of possibilities to customize the experience within the world of ARK, from making nights very short to maximize daytime or even making nights longer to generate an extra challenge to the experience. Dive into your own ARK server and explore all the possibilities that these functions have for you!

    Guides that may interest you


    RENT YOUR ARK: SURVIVAL ASCENDED SERVER HOSTING


    FAQ – How to Customize the Day & Night Cycle in ARK: Survival Ascended

    How can I change the day and night cycle on my ARK: Survival Ascended server?

    Since ARK: Survival Ascended does not yet support this via the Web Interface, you’ll need to manually add the necessary settings to your GameUserSettings.ini file. Here’s how:

    • Go to your Nitrado Web Interface.
    • In the left menu, navigate to Settings > Config Files.
    • Open the GameUserSettings.ini tab.
    • Scroll to or create the section [ /Script/ShooterGame.ShooterGameMode ].
    • At the bottom of that section, paste the following:
      DayCycleSpeedScale=1
      DayTimeSpeedScale=1
      NightTimeSpeedScale=1
    • Adjust the values (see below), save, and restart your server.

    What do each of the time settings actually do?

    Here’s a breakdown:

    • DayCycleSpeedScale
      • Controls how fast a full day (day + night) passes.
      • 1 = default 24-hour in-game cycle (about 28 minutes real-time).
      • <1 slows time (e.g. 0.5 doubles total day length).
      • >1 speeds up the entire cycle.
    • DayTimeSpeedScale
      • Affects only daylight duration.
      • Lower values = longer days
      • Higher values = shorter days
    • NightTimeSpeedScale
      • Affects only nighttime duration.
      • Lower values = longer nights
      • Higher values = shorter nights

    These values let you tailor your game for visibility, immersion, PvE exploration, or challenge.

    What’s a good day/night cycle for PvE servers?

    For most PvE or casual players:

    DayCycleSpeedScale=0.8
    DayTimeSpeedScale=0.5
    NightTimeSpeedScale=2.0

    This gives longer days for exploration and shorter nights to reduce downtime.

    My nights are too long! How do I fix that?

    Set a higher NightTimeSpeedScale (e.g. 2.5). This will make the night pass faster. You can also reduce DayCycleSpeedScale if you want longer full-day cycles but shorter nights.

    What file do I edit to change the day/night cycle?

    You need to edit GameUserSettings.ini via the Nitrado Web Interface > Config Files tab. Add or modify the settings under the [ /Script/ShooterGame.ShooterGameMode ] section.

    Do I need to restart my ARK server after making changes?

    Yes. Always restart your server after editing .ini files to ensure the new settings take effect.

    What’s the difference between DayCycleSpeedScale and the day/night values?

    • DayCycleSpeedScale adjusts the overall time speed of both day and night together.
    • DayTimeSpeedScale and NightTimeSpeedScale adjust each phase independently and only affect their own part of the cycle.

    They can be used together for precise control. For example:

    • A slower overall cycle (0.8)
    • With even longer days (0.5)
    • And shorter nights (2.0)

    How to Change ARK Day Night Cycle – Introduction

    - Config Files

    - DayCycleSpeedScale

    - DayTimeSpeedScale

    - NightTimeSpeedScale

    How to Change Day and Night Cycle in ARK – Conclusion

    Guides that may interest you

    FAQ – How to Customize the Day & Night Cycle in ARK: Survival Ascended

    - How can I change the day and night cycle on my ARK: Survival Ascended server?

    - What do each of the time settings actually do?

    - What’s a good day/night cycle for PvE servers?

    - My nights are too long! How do I fix that?

    - What file do I edit to change the day/night cycle?

    - Do I need to restart my ARK server after making changes?

    - What’s the difference between DayCycleSpeedScale and the day/night values?

    Share this article


    5/9/2024

    Grab your very own game server now.

    Order game server
    1. home /
    2. guides /
    3. how to change ark day night cycle
    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 / Nitrado USA, Inc.. All rights reserved. All prices are shown as gross prices and include VAT.