mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
162 lines
9.2 KiB
Vue
162 lines
9.2 KiB
Vue
<template>
|
|
<div class="home">
|
|
<div class="header section bg-blue text-grey-lightest less-padding emphasize">
|
|
<div class="container z-10">
|
|
<div class="text-center">
|
|
<h1 class="text-5xl font-normal">Pterodactyl</h1>
|
|
<div>
|
|
<img class="max-w-xs" :src="$withBase('pterodactyl.png')">
|
|
</div>
|
|
<h2 class="font-light text-3xl border-0">The open-source server management solution.</h2>
|
|
<div class="mt-4">
|
|
<a class="btn hidden md:inline-block" href="https://demo.pterodactyl.io" target="_blank" rel="nofollow noopener">Demo</a>
|
|
<router-link class="btn inline-block" to="/panel/getting_started.html">Get started</router-link>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section bg-white">
|
|
<div class="container text-center">
|
|
<h1 class="text-blue mb-4">Pterodactyl Panel</h1>
|
|
<h3 class="border-0 font-light leading-normal max-w-xl mx-auto">
|
|
Pterodactyl is the open-source game server management panel built with PHP7, Nodejs, and Go.
|
|
Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers
|
|
while exposing a beautiful and intuitive UI to administrators and users. Stop wasting time fiddling
|
|
with other systems — make game servers a first class citizen on your platform.
|
|
</h3>
|
|
<img class="max-w-lg w-full m-4" :src="$withBase('frontpage/mockup-macbook-grey.png')"></div>
|
|
</div>
|
|
<div class="section bg-blue text-grey-lightest">
|
|
<div class="container text-center">
|
|
<h1 class="mb-4">Why Pterodactyl</h1>
|
|
<div class="flex flex-wrap">
|
|
<div class="feature">
|
|
<span><i class="icon icon-lock"></i></span>
|
|
<h3>Security First</h3>
|
|
<p>Security is a first-class citizen on this platform with bcrypt hashing, AES-256-CBC encryption, and HTTPS support out of the box.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<span><i class="icon icon-beaker"></i></span>
|
|
<h3>Modern Tooling</h3>
|
|
<p>Built on a modern stack utilizing the best design practices that make it easy to jump in and make modifications.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<span><i class="icon icon-anchor"></i></span>
|
|
<h3>Docker to the Core</h3>
|
|
<p>All servers run in isolated Docker containers that limit attack vectors, provide strict resource limits, and provide environments tailored to each specific game.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<span><i class="icon icon-wallet"></i></span>
|
|
<h3>Free & Open Source</h3>
|
|
<p>Pterodactyl is 100% free and licensed under a MIT license. All of our code is completely open source as well.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<span><i class="icon icon-browser"></i></span>
|
|
<h3>User Friendly</h3>
|
|
<p>Save the furious clicking and screaming for Overwatch. Pterodactyl's interface is designed so well even Hanzo can use it.</p>
|
|
</div>
|
|
<div class="feature">
|
|
<span><i class="icon icon-expand"></i></span>
|
|
<h3>Scalable</h3>
|
|
<p>Whether you're a hosting company, the next Hyplex, or just some dudes playing video games, we've got you covered.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section bg-white">
|
|
<div class="text-center">
|
|
<h1>Screenshots</h1>
|
|
<div class="screenshots">
|
|
<slick ref="slick" :options="slickOptions">
|
|
<a :href="$withBase('frontpage/gallery/screenshot-1.png')"><img :src="$withBase('frontpage/gallery/screenshot-1.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-2.png')"><img :src="$withBase('frontpage/gallery/screenshot-2.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-3.png')"><img :src="$withBase('frontpage/gallery/screenshot-3.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-4.png')"><img :src="$withBase('frontpage/gallery/screenshot-4.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-5.png')"><img :src="$withBase('frontpage/gallery/screenshot-5.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-6.png')"><img :src="$withBase('frontpage/gallery/screenshot-6.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-7.png')"><img :src="$withBase('frontpage/gallery/screenshot-7.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-8.png')"><img :src="$withBase('frontpage/gallery/screenshot-8.png')"></a>
|
|
<a :href="$withBase('frontpage/gallery/screenshot-9.png')"><img :src="$withBase('frontpage/gallery/screenshot-9.png')"></a>
|
|
</slick>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section bg-blue text-grey-lightest">
|
|
<div class="container text-center">
|
|
<h1>Get Started</h1>
|
|
<p class="m-4">Ready to fly on the Pterodactyl?</p>
|
|
<div class="mt-4">
|
|
<router-link class="btn inline-block" to="/project/introduction.html">About the project</router-link>
|
|
<a class="btn inline-block" href="https://pterodactyl.io/discord">Discord</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section bg-black text-grey-lighter text-sm less-padding">
|
|
<div class="container text-center">
|
|
<div>
|
|
<img class="w-16" :src="$withBase('pterodactyl-flat.svg')">
|
|
</div>
|
|
<div class="text-left md:flex">
|
|
<div class="flex-none w-full md:w-1/2 md:pr-12">
|
|
<p class="my-4">
|
|
There are tons of options out there when it comes to self-hosted game management panels. However, you will find no panel that can compete with Pterodactyl in terms of features, customization, stability, and most of all: price.
|
|
</p>
|
|
<p class="my-4">
|
|
We're committed to building the best software that we can, and have been working with game management panels for almost five years now. We've seen games change, and are committed to making the most flexible, lightweight, and future proof panel that we can.
|
|
</p>
|
|
</div>
|
|
<div class="hidden md:block md:flex-1 md:pr-12">
|
|
<p><a class="text-grey-lightest" href="https://blog.pterodactyl.io/">Blog</a></p>
|
|
<p><a class="text-grey-lightest" href="https://github.com/pterodactyl">Github</a></p>
|
|
<p><a class="text-grey-lightest" href="/panel/getting_started.html">Documentation</a></p>
|
|
<p><a class="text-grey-lightest" href="/panel/troubleshooting.html">Troubleshooting</a></p>
|
|
<p><a class="text-grey-lightest" href="https://github.com/parkervcp/eggs">Additional Game Configurations</a></p>
|
|
</div>
|
|
<div class="text-center mt-8 md:flex-1 md:mt-0">
|
|
<a href="https://pterodactyl.io/discord" target="_blank" rel="nofollow noopener">
|
|
<img src="https://cdn.pterodactyl.io/site-assets/discord.png" class="w-3/4">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="footer">MIT Licensed | Copyright © 2015 - 2018 Dane Everitt & Contributors.</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
import NavLink from './NavLink.vue';
|
|
import Slick from './SlickCarousel.vue';
|
|
|
|
export default {
|
|
components: { NavLink, Slick },
|
|
data() {
|
|
return {
|
|
slickOptions: {
|
|
slidesToShow: 1,
|
|
centerMode: true,
|
|
centerPadding: '0',
|
|
speed: 1000,
|
|
autoplay: true,
|
|
variableWidth: true,
|
|
arrows: false,
|
|
dots: true,
|
|
pauseOnHover: false,
|
|
pauseOnDotsHover: true,
|
|
},
|
|
}
|
|
},
|
|
computed: {
|
|
data() {
|
|
return this.$page.frontmatter;
|
|
},
|
|
actionLink() {
|
|
return {
|
|
link: this.data.actionLink,
|
|
text: this.data.actionText
|
|
};
|
|
}
|
|
},
|
|
};
|
|
</script>
|