diff --git a/content/docs/_index.md b/content/docs/_index.md index 13dad08dd..23920427e 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -7,11 +7,12 @@ menu: weight: 20 --- -Welcome to the documentation for the [FiveM][home] modification framework. Use the links below to find the information you're looking for. +Welcome to the official documentation for the [FiveM][home] modification framework. Whether you're a server owner or an asset developer, you'll find all the information you need below. Join our [Discord][discord] for more! -## Server owners +## 🎮 Server owners * 🤩 Find out how to [start a server][server-manual] on FiveM. * 🧩 Download or buy fancy [resources](./server-manual/finding-resources) for your server, or discover a [🔩 framework](./server-manual/frameworks) to use. +* 📝 Discover [Portal][portal], our new hub to manage assets, servers and subscriptions! ## Asset developers * 🧐 Get started developing assets for FiveM using our [🧰 Cfx.re Development Kit](./fxdk), @@ -24,3 +25,4 @@ Welcome to the documentation for the [FiveM][home] modification framework. Use t [forum]: https://forum.cfx.re [discord]: https://discord.gg/fivem [server-manual]: ./server-manual/setting-up-a-server +[portal]: ./server-owner/portal \ No newline at end of file diff --git a/content/docs/server-owner/_index.md b/content/docs/server-owner/_index.md new file mode 100644 index 000000000..61b84fe72 --- /dev/null +++ b/content/docs/server-owner/_index.md @@ -0,0 +1,25 @@ +--- +title: Server owner +weight: 300 +--- + +This section allows you to learn how to improve your server and explore the various possibilities available. Here you'll find comprehensive guides and references to help you set up, manage, and enhance your server. + +## Server Setup and Management +- [Setting up a server](/docs/server-manual/setting-up-a-server) - Learn how to set up your FiveM server +- [Server commands](/docs/server-manual/server-commands) - Reference for all available server commands +- [Proxy setup](/docs/server-manual/proxy-setup) - Configure proxy settings for your server +- [Game server hosting providers](/docs/server-manual/game-server-hosting-providers) - Information about hosting options +- [Portal](/docs/server-owner/portal) - Manage your server, assets and much more! + +## Resources and Scripting +- [Finding resources](/docs/server-manual/finding-resources) - Learn how to find and use community resources +- [Resource manifest](/docs/scripting-reference/resource-manifest) - Understand how to create and configure resources +- [Server functions](/docs/scripting-reference/server-functions) - Reference for server-side scripting functions +- [Client functions](/docs/scripting-reference/client-functions) - Reference for client-side scripting functions +- [Events](/docs/scripting-reference/events) - Learn about FiveM's event system +- [OneSync](/docs/scripting-reference/onesync) - Information about FiveM's synchronization system + +## Core Resources +- [Stock resources](/docs/resources) - The data repository for Cfx.re servers +- [Gamemode Examples](https://github.com/citizenfx/example-resources) - Variety of example gamemodes diff --git a/content/docs/server-owner/portal.md b/content/docs/server-owner/portal.md new file mode 100644 index 000000000..8bdbae78a --- /dev/null +++ b/content/docs/server-owner/portal.md @@ -0,0 +1,52 @@ +--- +title: Portal +weight: 366 +description: > + Our new hub to manage assets, servers and subscriptions! +--- + +![portal-introduction](/portal/portal-release.png) + +# 🌟 What is Portal? +Portal is our new web platform, thoughtfully created by the Cfx.re team to revolutionize how you manage your FiveM/RedM servers and assets subscriptions. Think of it as your one-stop command center, featuring an intuitive interface that makes server management a breeze! + +Built from the ground up based on your feedback, Portal represents a complete overhaul of Keymaster, introducing smarter workflows and exciting new features. Discover more at [portal.cfx.re](https://portal.cfx.re/)! + +## 🎮 Managing Your Servers and Assets +Portal brings everything together in one seamless experience: + +- Browse and manage your assets +- Control your FiveM/RedM servers + +### 🎁 Managing Your Assets +Visit the [Assets Dashboard](https://portal.cfx.re/assets/granted-assets) to take control of your granted assests. Here's what you'll see: + +![A picture showing the asset management system](/portal/portal-asset-management.png) + +Key features: +- Transfer assets to other users +- Download assets instantly +- Smart filtering by name, date received, and last updated + +You can see more about it [here](https://support.cfx.re/hc/en-us/sections/16039561237148-Assets-management). + +### 🚀 Server Management Made Simple +Keep track of all your servers - both active and inactive - at our [Server Dashboard](https://portal.cfx.re/servers/registration-keys). + +![A picture showing the server registration system](/portal/server-management.png) + +Quick actions available: +- View full registration keys +- Copy keys with one click +- Remove unused servers + +Looking for hosting? Check out our [hosting options](https://portal.cfx.re/servers/hosting)! + +### 💎 Subscription Management +Level up your experience with our [Element Club subscriptions](https://portal.cfx.re/subscriptions/element-club)! Each tier unlocks exciting features - learn more in our [FAQs](https://portal.cfx.re/support/faq). For more articles, click [here](https://support.cfx.re/hc/en-us/sections/16540115340956-Server-Subscriptions-management) + +### ⭐ Upvotes System +Give your favorite servers a boost! Purchase and manage upvotes through our [dedicated system](https://portal.cfx.re/subscriptions/upvotes). Help great servers shine brighter! Learn more [here](https://support.cfx.re/hc/en-us/sections/19219895466140-Server-Upvotes-management) 🌟 + +## Learn more about the platform +Learn more about how to use your hub for managing servers, assets and subscriptions [here](https://support.cfx.re/hc/en-us/sections/16039465082396-Portal). diff --git a/static/portal/portal-asset-management.png b/static/portal/portal-asset-management.png new file mode 100644 index 000000000..67efc4d76 Binary files /dev/null and b/static/portal/portal-asset-management.png differ diff --git a/static/portal/portal-release.png b/static/portal/portal-release.png new file mode 100644 index 000000000..b92f11e48 Binary files /dev/null and b/static/portal/portal-release.png differ diff --git a/static/portal/server-management.png b/static/portal/server-management.png new file mode 100644 index 000000000..63c60b4f8 Binary files /dev/null and b/static/portal/server-management.png differ