7 May 2026
This guide explains how to install the HTNetwork vMenu Advanced Package on a cloud server host.
Because the package 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.
Before uploading anything to your cloud host, you need to install the vMenu Advanced Package locally through HTN Panel.
Follow this video first:
Once the package has been installed on your PC, HTN Panel will create the full FiveM server files locally.
You will then use those files to move the server over to your cloud hosting provider.
To upload the 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.
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 vMenu Advanced Package.
These are the files you need to upload to your cloud server.
Before uploading the package 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 vMenu Advanced 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 package 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 basic-gamemode
ensure hardcap
ensure vMenu
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.
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.
Once the files have uploaded and your server.cfg has been updated, restart your FiveM server from your hosting provider’s panel.
After restarting, join your server and check that the package 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 vMenu
requires the folder to be named:
vMenu
Make sure the vMenu resource has been uploaded and ensured in your server.cfg.
Also check that the vMenu permissions/config lines from the HTN Panel-generated server.cfg have been copied over.
If parts of the vMenu Advanced Package are not loading, this usually means one or more resources were not uploaded or are not being started.
Check that:
resources folder were uploadedensure lines were copied into your cloud server’s server.cfgFTP 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 the vMenu Advanced Package on a cloud server host:
resources folder.resources folder.server.cfg.ensure lines and any extra missing config lines.Your vMenu Advanced Package should then be running on your cloud-hosted FiveM server.