Skip to content

Galaxy-Nexus-Hosting/CipherHostDash

 
 

Repository files navigation

Logo

MythicalDash

Open-Source Client Area for Pterodactyl MythicalDash is currently in development by @SnyderWillCode & @NaysKutzu.

🎨 Frontend

We are using vuexy as a frontend.

👔 Contributing

I'm open to all contributions! Feel free to help! :)

💸 Financial support

Do you want to support our hard work?

MythicalSystems https://paypal.me/mythicalsystems

Desktop Application

Hi, if you want to setup this right, you will have to go inside the public/manifest.webmanifest Here is an example of the file:

{
    "name": "MyAwsomeDash",
    "short_name": "Dash",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#161931",
    "theme_color": "#161931",
    "icons": [
      {
        "src": "https://mydash.dev/assets/img/logo.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "https://mydash.dev/assets/img/logo.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "https://mydash.dev/assets/img/logo.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "description": "MythicalDash is a feature-rich and user-friendly client area for Pterodactyl, designed to simplify server management. With MythicalDash, you have unparalleled control over your hosting environment, effortlessly managing game servers, databases, files, and more. Experience seamless server administration, enhanced security, and optimized performance with MythicalDash, your ultimate solution for streamlined Pterodactyl server management.",
    "lang": "en",
    "categories": ["hosting", "news"]
  }

CLI

To compile the CLI you need to install dotnet core:

wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
chmod +x ./dotnet-install.sh
./dotnet-install.sh --channel 7.0
dotnet run --project /var/www/client/cli -help 

🎧 Support

You can join our support server:

https://discord.gg/7BZTmSK2D8

About

Open-Source Client Area for cipherhost.xyz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.7%
  • C# 6.5%
  • Hack 2.1%
  • Python 1.4%
  • Shell 0.3%