7 May 2026
This guide explains how to install the HTNetwork HTNFW Package on a cloud server host.
Because HTNFW installs through HTN Panel, you first need to install and set it up on your own PC, then manually upload the server files to your hosting provider using FTP/SFTP.
Unlike the vMenu packages, HTNFW also uses a database, so you will also need to export the database from your own PC and import it into your hosting provider’s database.
Before uploading anything to your cloud host, you need to install the HTNFW package locally through HTN Panel.
Follow this video first:
Once HTNFW has been installed on your PC, HTN Panel will create the full FiveM server files locally and set up the database needed for the package.
You will then use those files and database to move the server over to your cloud hosting provider.
To upload the server files to your cloud server, you will need an FTP/SFTP app.
We recommend using one of these:
WinSCP:
https://winscp.net/
FileZilla:
https://filezilla-project.org/
Your hosting provider should give you FTP/SFTP login details. These usually include:
If you cannot find these details, check your host’s game panel or contact their support.
Because HTNFW uses a database, you will also need a database tool.
We recommend using HeidiSQL:
https://www.heidisql.com/download.php
You will use HeidiSQL to export the HTNFW database from your own PC, then import it into the database provided by your cloud server host.
Open your FTP/SFTP app and connect using the details provided by your host.
Once connected, locate your FiveM server files.
You should see folders and files such as:
resourcesserver.cfgcachetxDataThe exact layout can be slightly different depending on your host.
On your own PC, open the server files that HTN Panel installed.
You need to find the local FiveM server folder, then open the:
resources
folder.
Inside this folder, you will see all the folders installed by the HTNFW package.
These are the files you need to upload to your cloud server.
Before uploading the HTNFW resources, go to your cloud server’s:
resources
folder.
Delete the existing contents inside your host’s resources folder first.
This helps avoid old files, duplicate resources, or conflicts with the HTNFW package.
Do not delete the actual resources folder itself — only delete the folders/files inside it.
Now copy all folders inside your local HTN Panel resources folder across to your cloud server’s resources folder.
You need to upload the folders from your PC into the server’s:
resources
folder on your host.
Depending on your internet speed and host, this may take a while.
Make sure the upload fully completes before continuing.
Next, open the local server.cfg file from the server HTN Panel installed on your PC.
You then need to open your cloud server’s server.cfg file as well.
Copy across:
ensure lines from the HTN Panel-installed server.cfgThe most important part is making sure all HTNFW resources are being started correctly.
For example, the HTN Panel server.cfg may include lines like:
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure hardcap
ensure oxmysql
ensure htnfw
Your actual list may be different, so copy the lines from the server.cfg that HTN Panel generated on your own PC.
Do not blindly replace your host’s entire server.cfg unless you know what you are doing, as your host may already have important settings inside it, such as:
endpoint_add_tcp
endpoint_add_udp
sv_licenseKey
sv_hostname
sets tags
sv_maxclients
Instead, copy over the missing package/resource lines carefully.
HTNFW requires a database connection to work correctly.
Your cloud hosting provider should give you MySQL database details, usually including:
In your server.cfg, look for the database connection line. This is usually similar to:
set mysql_connection_string "mysql://username:password@host/database"
or:
set mysql_connection_string "server=host;database=database;userid=username;password=password"
You need to update this line using the database details from your hosting provider.
If the database connection is wrong, HTNFW will not work correctly.
Open HeidiSQL on your own PC.
Connect to the local database created when HTNFW was installed through HTN Panel.
Once connected, find the HTNFW database.
You then need to export the database as an SQL file.
In HeidiSQL, you can usually do this by:
.sql file on your PC.This .sql file contains the database tables and data needed for HTNFW to work on your cloud host.
Before importing the HTNFW database, open your hosting provider’s database using HeidiSQL, phpMyAdmin, or the database tool your host provides.
Go into the database assigned to your FiveM server.
You need to clear the previous tables first.
This is important because old tables can conflict with the HTNFW database.
You can either:
Do not delete the actual database itself unless your host tells you to. Only remove the existing tables inside it.
Once the previous tables have been cleared, import the .sql file you exported from your own PC.
If using HeidiSQL:
.sql file.Wait for the import to finish fully.
Once complete, your host’s database should now contain the HTNFW tables and data.
Before saving, make sure your cloud server’s server.cfg still includes your host’s required settings.
Do not remove important lines such as:
endpoint_add_tcp
endpoint_add_udp
sv_licenseKey
sv_maxclients
Your host may also require specific port or startup settings. Keep those in place unless your host tells you otherwise.
Also make sure your database connection line uses your cloud host’s database details, not the local database details from your own PC.
Once the files have uploaded, your server.cfg has been updated, and the database has been imported, restart your FiveM server from your hosting provider’s panel.
After restarting, join your server and check that HTNFW has loaded correctly.
Check your server.cfg and make sure the correct ensure lines have been copied across.
Also make sure the folder names inside the resources folder match the names in the ensure lines.
For example:
ensure htnfw
requires the folder to be named:
htnfw
Your folder names may be different, so always match the ensure lines to the actual folder names.
If you see database errors in console, check your MySQL connection string.
Make sure:
Also make sure you are using your hosting provider’s database details, not the local database details from your PC.
If HTNFW starts but features are not working, the database may not have imported correctly.
Open your host’s database and check that the HTNFW tables exist.
If tables are missing, clear the database tables again and re-import the .sql file.
This usually means the previous database tables were not cleared before importing.
Go back into your host’s database, remove the old tables, then import the HTNFW SQL file again.
FTP uploads can sometimes fail or skip files.
Reconnect using WinSCP or FileZilla and compare your local resources folder with the cloud server’s resources folder.
If anything is missing, upload it again.
Check your host’s console/logs. This is usually caused by:
ensure linesserver.cfgTo install HTNFW on a cloud server host:
resources folder.resources folder.server.cfg.ensure lines and any extra missing config lines.Your HTNFW package should then be running on your cloud-hosted FiveM server.