VORPCORE / VORP_txAdmin

tx Admin recipe for VORPcore
Apache License 2.0
9 stars 28 forks source link

TXAdmin RedM Recipe for VorpCore Framework

A full fledge txAdmin recipe for Vorp Core

Instalation video

youtube

framework

Discord VORP

Included Features

Dependencies

Installation Tutorial

Video Walkthrough

Windows

  1. Create a new base folder (e.g. C:\MyRedMServer)
  2. Navigate to http://runtime.fivem.net/artifacts/fivem/build_server_windows/master and download the Latest Recommended artifact.
  3. Open the downloaded server.zip file and extract the contents to a new folder called cfx within your server folder created in step 1 (e.g. C:\MyRedMServer\cfx)
  4. Double Click or execute FXServer.exe to initiate setup
  5. This site should open in your browser. Make sure a PIN is filled, and click Link Account.enter image description here
  6. Log in to your account on Cfx.re in this tab and then click Yes, Allow.
  7. Set a password to log in to your server's admin page. enter image description here
  8. Click 'Next'. enter image description here
  9. Type a name for your server and click 'Next'
  10. Select to use a 'Remote URL Template'. enter image description here
  11. Copy and paste the below url into the url field. https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml
  12. Click Next
  13. Keep the default path and click Next
  14. Click Go to Recipe Deployer
  15. Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.
  16. Enter the key you just made on the Keymaster in the 'Before you begin' enter image description here
  17. Click the "Show/Hide Database options (advanced)"
  18. Change Database Name to vorpv2
  19. Click 'Run Recipe'
  20. Woohoo! Recipe installed correctly, you can click 'Next' again. enter image description here
  21. Click "Save & Run Server", and you're done!

Linux

Assuming you are SSHed into your machine or have otherwise access.

  1. Create a new base folder (e.g. C:\MyRedMServer)
  2. Navigate in your browser to http://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/
    a. Right click on the latest artifact b. Click “Copy link location” or similar prompts
  3. Create a new cfx folder and then navigate to the MyRedMServer folder
    a. cd ~/MyRedMServer

    b. mkdir cfx

    c. cd cfx

  4. Download the artifact using the link we copied in step 2.
    a. wget <link_url>
  5. Extract the files using tar
    a. tar xf fx.tar.xz
  6. Run the startup script a. ./run.sh
  7. This site should open in your browser. Make sure a PIN is filled, and click Link Account.enter image description here
  8. Log in to your account on Cfx.re in this tab and then click Yes, Allow.
  9. Set a password to log in to your server's admin page. enter image description here
  10. Click 'Next'. enter image description here
  11. Type a name for your server and click 'Next'
  12. Select to use a 'Remote URL Template'. enter image description here
  13. Copy and paste the below url into the url field. (select lua if you want our lua core code, or c# if you prefer core code) (LUA) https://raw.githubusercontent.com/VORPCORE/VORP_txAdmin/main/vorp_recipe.yaml
  14. Click Next
  15. Keep the default path and click Next
  16. Click Go to Recipe Deployer
  17. Click 'Next' once you're sure the recipe looks fine. It should be fine the way it comes.
  18. Enter the key you just made on the Keymaster in the 'Before you begin' enter image description here
  19. Click the "Show/Hide Database options (advanced)"
  20. Change Database Name to vorpv2
  21. Click 'Run Recipe'
  22. Woohoo! Recipe installed correctly, you can click 'Next' again. enter image description here
  23. Click "Save & Run Server", and you're done!

Configuration

Server Configurations

Resource Configurations

Getting help

If you have questions, concerns, bug reports, etc, please file an issue in this repository's Issue Tracker.

Open source licensing info

  1. CONDUCT
  2. LICENSE
  3. CONTRIBUTING

Credits and references