Becoming an administrator on your Nova-Life server
This guide walks you through granting yourself administrator permissions on your Nova-Life: Amboise server hosted at YorkHost. The procedure involves editing the server's SQLite database directly.
Prerequisites
Before you begin, make sure you have:
- An active Nova-Life: Amboise server at YorkHost
- Your FTP credentials (available in your YorkHost client area)
- An FTP client installed (FileZilla, WinSCP, Cyberduck)
- DB Browser for SQLite installed on your computer — Free download
You must connect to the server in-game at least once so that your player profile is created in the database. Otherwise, you will not appear in the player list.
Step 1 — Connect to the server once
- Launch Nova-Life: Amboise from Steam
- Join your server via the server browser or its direct IP
- Create your character by following the in-game steps
- Once in-game, you can disconnect
This step generates your player entry in the server's SQLite database, which is required for the next steps.
Step 2 — Download the database via FTP
Get your FTP credentials
- Log in to your YorkHost client area
- Open your Nova-Life service
- Open the FTP access or SFTP tab (host, port, username, password are displayed)
Connect and download
- Open your FTP client (FileZilla, for example)
- Enter the connection details:
- Host: address provided by YorkHost
- Port: usually 21 (FTP) or 2022 (SFTP)
- Username: your FTP username
- Password: your FTP password
- Connect to the server
- Navigate to your Nova-Life server folder
- Locate the database file (extension .db, typically named
Database.dbor similar inServers/<server_name>/) - Download this file to your computer
Make a backup copy of the .db file before any modification. You can restore it if anything goes wrong.
Step 3 — Edit your admin level with DB Browser
- Open DB Browser for SQLite
- Click Open Database
- Select the .db file you just downloaded
- Go to the Browse Data tab
- In the Table dropdown, select the table containing players (usually
Users,PlayersorCharacters) - Find your row (use your username or Steam ID to identify yourself)
- Locate the adminlevel column
- Double-click on the value in this column for your player
- Enter the desired value:
| Level | Permissions |
|---|---|
| 0 | Standard player (no admin rights) |
| 1 | Basic moderator |
| 2 | Advanced moderator |
| 3 | Administrator |
| 4 | Senior administrator |
| 5 | Full administrator (recommended for the owner) |
- Confirm the change
- Click File > Save (or
Ctrl+S) to apply the change to the database
If you do not save explicitly, the changes will not be written to the .db file.
Step 4 — Re-upload the file and restart
Upload via FTP
- Go back to your FTP client
- Navigate to the original folder of the .db file
- Upload the modified file, overwriting the old one
- Verify the transfer completed correctly (file size, modification date)
Restart the server
- Log in to your YorkHost panel (Pterodactyl or other)
- Select your Nova-Life server
- Click Restart (or Stop then Start for a full shutdown)
- Wait for the server to come back online
Step 5 — Use the administrator menu in-game
- Reconnect to your server in-game
- Once in-game, several options are available:
| Action | Key / Command |
|---|---|
| Open the administrator menu | F5 |
| Toggle admin service mode | /sa or the ² key (above Tab) |
| Open the admin menu via command | /admin |
| Show help | /help |
Admin service mode makes you invincible and grants real-time access to all moderation features.
Essential administrator commands
Server management
| Command | Description |
|---|---|
/announce <message> | Broadcast an announcement to all players |
/anno <message> | Alias for /announce |
/save | Force a server save |
/perf | Display server performance |
/setadmin | Change the rank of a nearby moderator |
Time and weather
| Command | Description |
|---|---|
/day | Switch to daytime |
/night | Switch to nighttime |
/timeset <hour> | Set the time (example: /timeset 14,5 for 2:30 PM) |
/w <type> | Change the weather (clear, cloudy, lightrain, rain, storm, foggy) |
Player management
| Command | Description |
|---|---|
/give <ID> <quantity> | Give an item to a player |
/clearinv | Empty your inventory |
/editjob | Change a player's job |
/v | Spawn a vehicle |
Events
| Command | Description |
|---|---|
/startevent | Start an event |
/stopevent | Stop the current event |
/seteventposition | Set the event's position |
/event | Join the active event |
Economy and environment
| Command | Description |
|---|---|
/setfuel <price> | Set the fuel price (example: /setfuel 1,56) |
/tickets | Open the player ticket interface |
Troubleshooting
I can't find my player in the database
Make sure you connected at least once in-game with your character. Without a prior connection, no entry is created. Connect, create your character, disconnect, then re-download the .db file to get the latest version.
Changes are not applied after a restart
Three possible causes:
- The .db file was not saved properly in DB Browser (
Ctrl+Sis required) - The FTP upload failed (check the modification date on the server)
- The server overwrote your file with an automatic save. Solution: fully stop the server before editing the .db, then upload and restart.
The F5 menu does not open in-game
Check your adminlevel value in the database. A value of 0 grants no rights. Repeat the procedure from step 3 and set the value to 5.
I don't have FTP access
Contact YorkHost support to recover or reset your FTP credentials.
Support
If you run into any trouble, our team is available to help:
- Support ticket: Open a ticket
- Website: yorkhost.fr
- Discord: invitation link available on our website
We handle tickets 7 days a week, as quickly as possible.