Configuration By menno3213 August 21, 2026

NightCore Phone - Configuration Guide

Configuration Files

All settings are in two files:

  • nightcore_phone/config/config.lua - Main configuration
  • nightcore_phone/config/media.lua - Media and upload settings

Config Sections

SectionPurpose
Config.BridgeFramework, inventory, language, debug mode
Config.PhonePhone item, movement, unique mode
Config.SimSIM card behavior and number formatting
Config.Calls / Config.RadioVoice providers, call behavior
Config.PayphonesPayphone pricing and locations
Config.AnimationsPhone prop and animations
Config.ServerSecurity peppers (passcode, social)
Config.CompaniesCompany directory and services
Config.MediaFiveManage, GIPHY, uploads
Config.MusicServer music library
Config.WeazelNewsNews system settings

Phone & SIM Modes

Config.Phone.Unique = true   -- Each phone gets its own IMEI
Config.Sim.Enabled = true    -- Physical SIM cards required

Unique Mode

  • true: Every phone item gets its own IMEI. Settings, apps, data move with the item.
  • false: Every character gets one persistent virtual device. Items can stack.

SIM Mode

  • true: A registered or anonymous SIM item is required for cellular service.
  • false: Automatic number is created for devices without a SIM.

Language

Available locales: en (English), de (German)

Config.Bridge.Locale = "en"

Security Values

Replace these in Config.Server before going live:

Config.Server = {
    PasscodePepper = "your-long-random-string",
    FlipTokPasswordPepper = "your-long-random-string",
    PicstagramPasswordPepper = "your-long-random-string",
}

Warning: Changing peppers invalidates existing passwords/passcodes.

NightCore Development

NightCore Development

Premium FiveM scripts and resources for your server.

© NightCore Development 2026