1
0

features.md 2.4 KB


layout: page

title: Features

<template #title>Features</template>

<template #title>Users</template>
<template #lead>Share access to your server with other users and restrict their resources.</template>
<template #list>
  <FeatureList :items="users"></FeatureList>
</template>

<template #title>Web domains</template>
<template #lead>Add multiple domains and quickly install apps on them.</template>
<template #list>
  <FeatureList :items="webDomains"></FeatureList>
</template>

<template #title>DNS</template>
<template #lead>Manage your own DNS server!</template>
<template #list>
  <FeatureList :items="dns"></FeatureList>
</template>

<template #title>Mail</template>
<template #lead>Host your own emails, no need to pay a business mail provider!</template>
<template #list>
  <FeatureList :items="mail"></FeatureList>
</template>

<template #title>Databases</template>
<template #lead>From e-commerce to blogs, databases are always useful and you can choose between MySQL and PostgreSQL.</template>
<template #list>
  <FeatureList :items="databases"></FeatureList>
</template>

<template #title>Server admin</template>
<template #lead>Ultra-configurable and user-friendly, Hestia is as powerful as you could want.</template>
<template #list>
  <FeatureList :items="serverAdmin"></FeatureList>
</template>