Skip to content

Valheim Server Hosting

Valheim is a survival game inspired by Viking culture. Our Valheim servers support dedicated multiplayer gameplay with excellent performance and mod support.

  1. Select “Valheim” from the game list
  2. Choose your server location and size
  3. Configure basic settings:
    • World Name: Your Viking world’s name
    • Server Name: Displayed in server browser
    • Password: Optional for private servers
    • Public Server: List on public server browser
Player CountRAMCPUStorage
2-5 players2GB2 cores10GB
5-10 players4GB4 cores20GB
10+ players8GB6 cores40GB
#!/bin/bash
export templdpath=$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=./linux64:$LD_LIBRARY_PATH
export SteamAppId=892970
./valheim_server.x86_64 -name "My Valheim Server" -port 2456 -world "MyWorld" -password "mypassword" -public 1
  • -name: Server name visible in browser
  • -port: Server port (default: 2456)
  • -world: World save name
  • -password: Server password (optional)
  • -public: 0 for private, 1 for public listing
  1. Change the -world parameter to a new name
  2. Restart the server
  3. New world generates automatically
  4. Previous worlds remain saved

To use a specific seed:

  1. Create the world locally with desired seed
  2. Upload the world files to server
  3. Set world name in server configuration

Optimize through configuration files:

Terminal window
# Reduce world save frequency for performance
export WORLD_SAVE_INTERVAL=1800
# Adjust player limits
export MAX_PLAYERS=10
# Network optimization
export NETWORK_SEND_RATE=30
export NETWORK_RECV_RATE=30

Grant yourself admin privileges first:

  1. Access server console
  2. Connect to your server
  3. Press F5 to open console
  4. Type: devcommands
  5. Enable admin mode with appropriate commands
god # Toggle god mode
ghost # Toggle ghost mode (no clip)
heal # Restore health
puke # Empty food bar
exploremap # Reveal entire map
killall # Kill all nearby enemies
tame # Tame nearby creatures
spawn [item] [amount] # Spawn items
removedrops # Remove all dropped items
debugmode # Enable debug mode
creative # Toggle creative mode
  1. Find player’s Steam ID
  2. Add to banned list via console:
    ban [SteamID]
  3. Or use server configuration files

For private servers:

  1. Disable public listing
  2. Use password protection
  3. Manually invite trusted players

Most Valheim mods require BepInEx:

  1. Download BepInEx for Valheim
  2. Upload to server root directory
  3. Extract and install according to instructions
  4. Restart server
  • ValheimPlus: Comprehensive enhancement mod
  • Equipment and Quick Slots: Extra inventory slots
  • Better UI: Improved interface elements
  • Craft Build Smelt Cook Fuel Pull Press: Automation tools
  • Epic Loot: RPG-style loot system
  • Magic Overhaul: Spell system addition
  • Monster AI Improvements: Enhanced enemy behavior
  • Skill Injector: Custom skill progression
  • Server devcommands: Enhanced admin tools
  • DiscordConnector: Discord integration
  • Backup mod: Automated world backups
  1. Install BepInEx framework
  2. Upload mod files to “BepInEx/plugins/” folder
  3. Configure mod settings in “BepInEx/config/”
  4. Restart server
  5. Verify mod loading in console

Configure automated world saves:

  1. Enable automatic backups in control panel
  2. Set backup frequency (recommended: every 4 hours)
  3. Maintain multiple backup copies
  4. Test restoration process periodically
  1. Stop the server
  2. Navigate to “.config/unity3d/IronGate/Valheim/worlds/”
  3. Download both .db and .fwl files for your world
  4. Store safely on local system

To move worlds between servers:

  1. Download world files from source server
  2. Upload to new server’s world directory
  3. Update server configuration with world name
  4. Start server

Check console for specific errors:

  • Port binding errors: Change server port
  • Missing dependencies: Verify all files present
  • Insufficient resources: Check RAM and CPU usage
  • Configuration errors: Review start parameters
  1. Verify server status: Check if server is running
  2. Port accessibility: Ensure port 2456 is open
  3. Password issues: Verify password is correct
  4. Version mismatch: Ensure all players have same game version
  1. High CPU usage: Reduce world complexity or player count
  2. Memory leaks: Regular server restarts
  3. Network lag: Check server location and bandwidth
  4. Mod conflicts: Disable mods one by one to identify issues

Important log locations:

  • Console output: Real-time server messages
  • Unity logs: Detailed game engine information
  • BepInEx logs: Mod loading and error information

Valheim supports various server events:

Configure raid frequency and difficulty:

Terminal window
# Modify raid parameters
export RAID_RATE_SCALE=1.0
export RAID_INSTANCE_LIMIT=3

Apply world-wide effects:

  • Player damage multipliers
  • Resource gathering rates
  • Construction requirements
  • Game Port: 2456 (UDP)
  • Steam Query Port: 2457 (UDP)
  • Additional ports: May be needed for mods
  • Monitor network usage in control panel
  • Adjust player limits based on available bandwidth
  • Consider geographic server placement

Connect your server to Discord:

  1. Install DiscordConnector mod
  2. Configure webhook settings
  3. Set up player notifications
  4. Enable server status updates

Display server stats on website:

  1. Use server query tools
  2. Create status pages
  3. Show player counts and uptime
  • Daily: Check server status and player activity
  • Weekly: Review logs for errors or issues
  • Monthly: Update mods and verify backups
  • As needed: Restart server for performance

Valheim updates frequently:

  1. Monitor game updates: Subscribe to developer news
  2. Test updates: Use staging environment when possible
  3. Coordinate with players: Schedule maintenance windows
  4. Backup before updates: Always create backup first

Valheim has special seasonal content:

  • Plan server events: Coordinate community activities
  • Adjust configurations: Modify settings for events
  • Backup important builds: Preserve special constructions

Establish clear server rules:

  • Building policies: Where and how players can build
  • PvP rules: Combat regulations if enabled
  • Resource sharing: Community resource management
  • Event participation: Organized server activities

Keep your community active:

  • Regular events: Boss fights, building contests
  • Shared projects: Community builds and towns
  • Progress tracking: World exploration milestones
  • Communication: Discord or forum integration
  • Official Valheim Discord: Direct access to developers
  • Reddit Communities: r/valheim and r/ValheimLFG
  • Steam Guides: Community-created tutorials
  • Mod Communities: Nexus Mods and ThunderStore

Our team provides specialized Valheim support:

  • Server setup assistance
  • Mod installation help
  • Performance optimization
  • World management guidance

For Valheim-specific issues, include:

  • Server console logs
  • World size and player count
  • Installed mods list
  • Specific error messages

Happy Viking adventures!