Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with securityin mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitiveUI to end users.
Stop settling for less. Make game servers a first class citizen on your platform.
I would like to extend my sincere thanks to the following sponsors for helping fund Pterodactyl's developement.Interested in becoming a sponsor?
Company | About |
---|---|
WISP | Extra features. |
MixmlHosting | MixmlHosting provides high quality Virtual Private Servers along with game servers, all at a affordable price. |
BisectHosting | BisectHosting provides Minecraft, Valheim and other server hosting services with the highest reliability and lightning fast support since 2012. |
Bloom.host | Bloom.host offers dedicated core VPS and Minecraft hosting with Ryzen 9 processors. With owned-hardware, we offer truly unbeatable prices on high-performance hosting. |
MineStrator | Looking for a French highend hosting company for you minecraft server? More than 14,000 members on our discord, trust us. |
DedicatedMC | DedicatedMC provides Raw Power hosting at affordable pricing, making sure to never compromise on your performance and giving you the best performance money can buy. |
Skynode | Skynode provides blazing fast game servers along with a top-notch user experience. Whatever our clients are looking for, we're able to provide it! |
XCORE | XCORE offers High-End Servers for hosting and gaming since 2012. Fast, excellent and well-known for eSports Gaming. |
RoyaleHosting | Build your dreams and deploy them with RoyaleHosting’s reliable servers and network. Easy to use, provisioned in a couple of minutes. |
Spill Hosting | Spill Hosting is a Norwegian hosting service, which aims for inexpensive services on quality servers. Premium i9-9900K processors will run your game like a dream. |
DeinServerHost | DeinServerHost offers Dedicated, vps and Gameservers for many popular Games like Minecraft and Rust in Germany since 2013. |
HostBend | HostBend offers a variety of solutions for developers, students, and others who have a tight budget but don't want to compromise quality and support. |
Capitol Hosting Solutions | CHS is the budget friendly hosting company for Australian and American gamers, offering a variety of plans from Web Hosting to Game Servers; Custom Solutions too! |
ByteAnia | ByteAnia offers the best performing and most affordable Ryzen 5000 Series hosting on the market for unbeatable prices! |
Aussie Server Hosts | No frills Australian Owned and operated High Performance Server hosting for some of the most demanding games serving Australia and New Zealand. |
VibeGAMES | VibeGAMES is a game server provider that specializes in DDOS protection for the games we offer. We have multiple locations in the US, Brazil, France, Germany, Singapore, Australia and South Africa. |
RocketNode | RocketNode is a VPS and Game Server provider that offers the best performing VPS and Game hosting Solutions at affordable prices! |
We support a huge variety of games by utilizing Docker containers to isolate each instance, giving you the power tohost your games across the world without having to bloat each physical machine with additional dependencies.
Some of our core supported games include:
In addition to our standard nest of supported games, our community is constantly pushing the limits of this softwareand there are plenty more games available provided by the community. Some of these games include:
Copyright (c) 2015 - 2021 Dane Everitt <dane@daneeveritt.com> and Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Some Javascript and CSS used within the panel are licensed under a MIT
or Apache 2.0
license. Please check theirrespective header files for more information.
问题内容: JPanel初始化 调用方法 在我的框架看起来像这样之前,http://i.imgur.com/XQlQeul.png 然后看起来像这样,http://i.imgur.com/RnVuUzt.png 我在想我的方法有错误,但是我似乎无法解决问题。有人知道发生了什么吗?我想要的结果将是第一张图片,但已被绘制。 问题答案: 您在执行任何自定义绘画之前未先致电就中断了绘画链 如果是共享资源,
本文向大家介绍Extjs grid panel自带滚动条失效的解决方法,包括了Extjs grid panel自带滚动条失效的解决方法的使用技巧和注意事项,需要的朋友参考一下 之前用EXTJS的gridPanel组件的时候,因为经常对gridPanel中的stroe数据进行过滤,所以有时候总是导致gridPanel自身所带的scrollbar失效。 取个实例,EXTJS gridPanel自带的滚
问题内容: From the original question (below), I am now offering a bounty for the following: An based solution for rounded corners. Please demonstrate with a . Corners must be completely transparent. Must
主要内容:pandas.Panel(),创建Panel 对象,Panel中选取数据Panel 结构也称“面板结构”,它源自于 Panel Data 一词,翻译为“面板数据”。如果您使用的是 Pandas 0.25 以前的版本,那么您需要掌握本节内容,否则,作为了解内容即可。 自 Pandas 0.25 版本后, Panel 结构已经被废弃。 Panel 是一个用来承载数据的三维数据结构,它有三个轴,分别是 items(0 轴),major_axis(1 轴),而 minor_a
面板 (bui-panel) 用法 <bui-panel title="Default Panel"><text>Default Panel</text></bui-panel> <bui-panel title="Primary Panel" type="primary" border="1"><text>Primary Panel</text></bui-panel> 填充slot <
本文向大家介绍jQuery EasyUI Panel面板组件使用详解,包括了jQuery EasyUI Panel面板组件使用详解的使用技巧和注意事项,需要的朋友参考一下 panel面板组件,跟前面的组件用法几乎都差不多,也是从设置一些面板属性、操作面板触发的事件、我们可针对面板对象的操作方法这三个点去学习。 后面有一些组件要依赖于这个组件。 还有一点跟前面不同的就是面板内容可以请求远程数据。 示
本文向大家介绍ASP.NET中 Panel 控件的使用方法,包括了ASP.NET中 Panel 控件的使用方法的使用技巧和注意事项,需要的朋友参考一下 Panel 控件在 ASP.NET 网页中提供一种容器控件,可以将它用作静态文本和其他控件的父控件。 一、常见 Panel 属性 属性 描述 HorizontalAlign 指定子控件在面板内的对齐方式(左对齐、右对齐、居中或两端对齐)。 Wrap
本文向大家介绍Java如何实现可折叠Panel方法示例,包括了Java如何实现可折叠Panel方法示例的使用技巧和注意事项,需要的朋友参考一下 1.原理 原理非常简单:就是一个JLabel和JPanel。Jlabel显示标题文字以及标明控件当前是处于展开还是折叠状态的图片;而JPanel主要就一个作用——承载控件的容器。JLabel通过响应鼠标事件来控制JPanel是否显示。这样就可以达到折叠或展