ZAP-Hosting Docs

ZAP-Hosting Docs

  • Docs
  • Languages iconEnglish
    • Deutsch

›ECO

Overview

    First Steps

    • Register
    • Contract or Prepaid
    • Preorders
    • Location
    • Report problems
    • Community offers
    • Submit Suggestions

Account

  • Contracts & Prepaids
  • Termination and Cancellation
  • Payment options
  • Two-Factor-Authentication
  • Backup Storage
  • Refer a Friend
  • Cashbox
  • User Management
  • Coupons & Codes
  • Donations
  • Community ads
  • Safety
  • Partner

    • Partner System
    • Partner Guide
    • Use of logo and name

Gameserver - General

  • Cloud vs. Lifetime
  • Resource limit
  • Change the game
  • Databases

    • PHPMyAdmin
    • External database access
  • FTP File Access
  • Restart planner
  • Backups
  • Server crash - What to do?

vServer & Rootserver

  • Rootserver versus vServer
  • What is VNC (Serial console)?
  • Network analysis MTR/WinMTR
  • Linux

    • Initial access (SSH)
    • SFTP Connection
    • SSH Key
    • Two factor authentication
    • Change Password
    • Install Java
    • MariaDB (MySQL) Installation
    • phpMyAdmin
    • FTP Setup
    • FTP Service isn't working
    • Docker
    • Plesk
    • OpenVPN
    • Gameserver / Ts 3 Server Interface
    • Nextcloud
    • Add IPv4 Address
    • SSL-Certificate (Let's Encrypt)
    • Rsync Linux
    • Jitsi Meet

    Windows

    • Initial access (RDP)
    • Port Forwarding
    • Add additional IPs
    • No Internet what now?
    • FTP Server Installation
    • MySQL Server Installation
    • Plesk Installation
    • Add/change language
    • Extend disk

Webspace & Domains

    Domain

    • What is a domain?
    • Order a domain
    • EasyDNS
    • ProfiDNS
    • ExpertDNS
    • Domain Records
    • Domain Gameserver Redirect
    • Domain TeamSpeak 3 Redirect

    Webspace

    • Add Domain
    • FTP Connection
    • Sending Emails
    • Create SSL Certificate
    • Discord forwarding via domain

Voicebot/Voiceserver

  • Voicebot Connection
  • Ts3 Backup
  • Teamspeak Query Login

Minecraft

    Administration

    • General commands
    • OP-Permissions
    • Server Config
    • Server Icon
    • Add your own world
    • Manage Worlds
    • Behavior/Resource Packs Installation
    • RCON
    • Whitelist
    • Timings-Report
    • Minecraft-Server Optimization

    Spigot & Bukkit

    • Plugin Uploader

    Bungeecord

    • Server Properties

    Forge

    • Mods Installation

FiveM

  • Dashboard
  • Upvotes
  • Configuration & Administration

    • Change Server Icon
    • Emojis in Server Name
    • Coloured Servername
    • Use Rcon
    • Own License Key
    • Delete Cache
    • Use Profiler
    • Configure Activity Feed
    • Resource contains prohibited logic?

    Resources & Mods

    • Resource Installation
    • SQL File Import
    • Change Spawnpoint
    • Install Replace Carmods
    • Install Addon Carmods
    • Loadingscreen installation
    • Install ELS
    • Install EUP
    • Install TokoVOIP

    ESX

    • Deactivate the Inventory (F2)
    • Change Money Icon
    • Become Admin over the Database
    • Disable HUD
    • Add Cars to Dealership
    • Add Job-Garage Cars
    • Change Respawnpoint
    • Edit Locales Files

    Dunko VRP

    • Change Money Icon
    • Remove Speedometer

RageMP

  • Installing packages

Alt:V

  • Resource Installation

Terraria

  • Become an admin (tShock)
  • Mod Installation (tModLoader)

Source Games

  • GSL-Token
  • Custom Content
  • Sourcemod / Metamod

    • Installation
    • Become an admin
    • Plugins

    CS:GO

    • Server Configration
    • GOTV

    Garry's Mod

    • Garry's Mod TTT Configuration

ArmA 3

    ArmA 3 Allgemein

    • Server.cfg
    • Install Mods
    • Altis Life Ranks

ARK

  • Become Admin
  • Install Mods

Assetto Corsa

  • Configure Server
  • Install Mods

Assetto Corsa Competizione

  • Become Admin

Barotrauma

  • Become Admin

Conan Exiles

  • Become Admin

ECO

  • Become Admin

Factorio

  • Become Admin
  • Install Mods

Multi Theft Auto

  • Become Admin

Space Engineers

  • Become Admin
  • Install Mods

Unturned

  • Become Admin
  • Workshop Content
  • RocketMod

    • Install Plugins
    • Adjust Permissions

SCP: Secret Laboratory

  • Become Admin
  • Add new roles
  • ServerMod

    • Install Plugins

Don't Starve Together

  • Create Caves

Empyrion

  • Become Admin

Rust

  • Become Admin
  • Connect via RCON

Among Us

  • Connection to the Server
Edit

Become Admin

Become Admin

Administrator rights allow you to make changes directly in the game on your server without having to change it in the Config. Adding an admin is done via the Users.eco Config, which you can find in the interface under Configs.

img

To add a new player as admin the following part in the Users.eco Config has to be adjusted:

  "Admins": {
    "System.String": {
      "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
      "$values": []
    }
  },

The player who is supposed to become admin is specified in the field values. In case of several admins, they are added comma separated. To identify the player the SteamID64 is used.

You can find it by accessing your Steam profile and then right-clicking anywhere on the profile. There you can copy the Steam URL of your profile..

img

Afterwards, the URL must be typed in one of the following websites:

  • https://steamrep.com/
  • https://steamidfinder.com/
  • https://steamid.io/

img

This will provide you the general account information as well as the Steam ID. This one will then be inserted at values. The result of this looks like this:

  "Admins": {
    "System.String": {
      "$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
      "$values": [
            "123456789",
            "anotherSteamID"
    ]
    }
  },

Once the server has been restarted, players registered there have been assigned administrator privileges. If you want to add more admins, then you don't have to do this always via the Config anymore. Instead you can do this in game by using the following command:

/admin [player]

In the following you will find an overview of common used admin commands that you can execute as an admin.

Common used commands

CommandsDescription
/allblocksSpawns all blocks
/allconstructedSpawns all player constructable blocks
/allplantsSpawns all plant blocks
/allskillsUnlocks all skills
/allterrainSpawns all diggable blocks
/allworldobjectsSpawns all world objects
/kick [player],(reason)Kicks a user
/ban [player],(reason)Bans a user
/give [itemname],(amount)Give yourself an item
/giveskillpoints [player],(amount)Give skillpoints to another player
/flyToggles fly mode
/move [x],[y],[z]Moves you to position x, y, z; where xyz are integers.
/removeadmin [player]Removes a user as an Admin

More available commands can be found in the official ECO Wiki.

← Become AdminBecome Admin →
  • Become Admin
  • Common used commands
Rent a Server
Rent a VPSRent a rootserverRent a gameserverRent a TS3 serverRent a Discord MusicbotRent a domainRent a webspace
Social
TwitterInstagramBlogJobsVoucher CodesOur partnersEarn money
Support
ChangelogTicketsupportInterruptionsSmokeping
Legal
TermsImprintPrivacy PolicySecurity
ZAP-Hosting Docs
All content is property of ZAP-Hosting GmbH & Co. KG