diff --git a/pages/ox_lib/Modules/Logger/Server.mdx b/pages/ox_lib/Modules/Logger/Server.mdx index e07d5d964d..6425757360 100644 --- a/pages/ox_lib/Modules/Logger/Server.mdx +++ b/pages/ox_lib/Modules/Logger/Server.mdx @@ -85,3 +85,21 @@ It is designed to be very cost effective and easy to operate. set loki:password "" set loki:endpoint "" ``` + + +## Fivemanage +Fivemanage is an easy-to-use, all-in-one SaaS for game servers that provides logging. + + + ### Create an account + Sign up at [Fivemanage](https://fivemanage.com). + ### Make sure you have the `Hobby` or `Pro` plan. + You'll get a 14-days free trial if you do not already have an subscription, you can find more information [here](https://fivemanage.com/profile/billing) and on the [pricing](https://fivemanage.com/pricing) page. + ### Create a new token + You'll need to create a new token with the type `Logs`. + ### Config + ```bash + set ox:logger "fivemanage" + set fivemanage:key "YOUR_API_KEY" + ``` +