@@ -8,8 +8,6 @@ import TabItem from '@theme/TabItem';
8
8
9
9
# Comparison
10
10
11
- ## Pterodactyl
12
-
13
11
Pelican is a fork of [ Pterodactyl] ( https://pterodactyl.io ) . However, Pelican has many Improvements over it now!
14
12
15
13
<Admonition type = " info" >
@@ -29,8 +27,8 @@ Pelican is a fork of [Pterodactyl](https://pterodactyl.io). However, Pelican has
29
27
</TabItem >
30
28
<TabItem value = " 2" label = " Frontend" >
31
29
* ![ In Progress] ( https://img.shields.io/badge/In_Progress-orange ) Localized Frontend
32
- * ![ In Progress ] ( https://img.shields.io/badge/In_Progress-orange ) Rewrite of Client Area in Filament
33
- * ![ In Progress ] ( https://img.shields.io/badge/In_Progress-orange ) Switch from Webpack to Vite
30
+ * ![ Done ] ( https://img.shields.io/badge/Done-green ) Rewrite of Client Area in Filament
31
+ * ![ Done ] ( https://img.shields.io/badge/Done-green ) Switch from Webpack to Vite
34
32
* ![ Done] ( https://img.shields.io/badge/Done-green ) Rewrite of Admin Area in Filament
35
33
* ![ Done] ( https://img.shields.io/badge/Done-green ) Timezone configurable per User
36
34
</TabItem >
@@ -82,3 +80,26 @@ Pelican is a fork of [Pterodactyl](https://pterodactyl.io). However, Pelican has
82
80
* ![ Done] ( https://img.shields.io/badge/Done-green ) Support Tickets
83
81
</TabItem >
84
82
</Tabs >
83
+
84
+ ## Comparison with our competitors.
85
+ | | Pelican | Pterodactyl | PufferPanel | Crafty Controller | Multicraft | TCAdmin | AMP |
86
+ | --------------------------| -----------| -------------| -------------| -----------------------| ----------------| ---------| ----------------|
87
+ | File manager | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
88
+ | Scheduled Tasks | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ |
89
+ | Free and Open Source | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ |
90
+ | Multilingual | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ |
91
+ | Database Management | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
92
+ | OAuth | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | ❌ |
93
+ | Webhooks | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ |
94
+ | Roles & Permissions | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ |
95
+ | Announcements | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
96
+ | Themes | ✅ | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ |
97
+ | Plugins | 📅 | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
98
+ | Self update | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ❌ |
99
+ | Captcha Login | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
100
+ | Remote Backups | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
101
+
102
+ ### Features information.
103
+ - All features with 📅 are planned.
104
+ - Plugins can add any features that Pelican doesn't have by default.
105
+ - These values are not constantly updated, and competitors may have implemented some of the features marked with a cross in their latest version.
0 commit comments