You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/faq.mdx
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ import Admonition from '@theme/Admonition';
5
5
6
6
# Frequently Asked Questions
7
7
8
-
Here are some of the most asked questions that were asked in our Q&A stage on 4/12/2024, and our answers.
8
+
Here are some of the most asked questions and our answers.
9
9
10
-
**Last Updated: 2024-08-30**
10
+
**Last Updated: 2026-03-12**
11
11
12
12
<Admonitiontype="info"title="When is the beta?">
13
13
The Beta is now available!
14
-
**Head over to the Install docs and try out Pelican yourself.**
14
+
**Head over to the [Install docs](/docs/panel/getting-started) and try out Pelican yourself.**
15
15
</Admonition>
16
16
17
17
<TabsgroupId="faq"queryString>
@@ -88,17 +88,21 @@ Here are some of the most asked questions that were asked in our Q&A stage on 4/
88
88
</details>
89
89
</TabItem>
90
90
<TabItemlabel="Licensing"value="licensing">
91
-
The Pelican Panel has been relicensed to **AGPLv3**. Wings still uses **MIT**.
91
+
We forked from Pterodactyl and made the decision to relicense the Panel from the original [MIT license](https://choosealicense.com/licenses/mit/) to the [AGPLv3 license](https://choosealicense.com/licenses/agpl-3.0/).
92
+
93
+
The AGPL license is what is known as a [copyleft](https://en.wikipedia.org/wiki/Copyleft) type license. It requires that any modifications to a public panel _must_ be open sourced under the same license. Private panels do not have that restriction!
92
94
93
-
This license change does only affect you if you meet _all_ of the following requirements:
94
-
1. You modified the Pelican panel source files.
95
-
2. These modifications are not open source.
96
-
3. Your modified panel is publicly available. (Note: People who are family, friends, and acquaintances are not the public)
95
+
Plugins do _not_ fall under the new license because they do not modify the panel source code. See the [plugin FAQ](?faq=plugins) for more information.
97
96
98
-
If you meet _all_ of the above requirements you need a commercial license.
99
-
Please note that the usage or development of plugins/ themes does not require a commercial license.
97
+
<Admonitiontype="info"title="Summary">
98
+
The license change does only affect you if you meet _all_ of the following requirements:
99
+
1. You modified the Pelican panel source files.
100
+
2. These modifications are not open source.
101
+
3. Your modified panel is publicly available. (Note: People who are family, friends, and acquaintances are not the public)
100
102
101
-
You can find more detailed information about the new license in [this blog post](https://pelican.dev/blog/relicensing-pelican-to-agpl).
103
+
If you meet _all_ of the above requirements you need a commercial license.
104
+
**Please note that the usage or development of plugins/themes does not require a commercial license.**
0 commit comments