Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Pterodactyl Panel & Pterodactyl Node (each as own app)

Pterodactyl Panel & Pterodactyl Node (each as own app)

Scheduled Pinned Locked Moved App Wishlist
26 Posts 9 Posters 6.3k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Trankery

    Hi.

    So I’m looking to see if its possible to run Pterodactyl (pterodactyl.io) and the daemon as separate apps on cloudron.

    This is a well known game hosting panel, which also offers support for nodejs apps and discord bots, py scripts, etc.

    Would be great to see you add it!

    L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #21

    @Trankery

    What is the latest on Pterodactyl on Cloudron?
    Why couldn't Wings be run with Cloudron?

    MooCloud_MattM 1 Reply Last reply
    1
    • L LoudLemur

      @Trankery

      What is the latest on Pterodactyl on Cloudron?
      Why couldn't Wings be run with Cloudron?

      MooCloud_MattM Offline
      MooCloud_MattM Offline
      MooCloud_Matt
      wrote on last edited by
      #22

      @LoudLemur
      Wings manage container, that means that it dose the same work as Cloudron.
      And that make them incompatible

      Matteo. R.
      Founder and Tech-Support Manager.
      MooCloud MSP
      Swiss Managed Service Provider

      L 1 Reply Last reply
      1
      • MooCloud_MattM MooCloud_Matt

        @LoudLemur
        Wings manage container, that means that it dose the same work as Cloudron.
        And that make them incompatible

        L Offline
        L Offline
        LoudLemur
        wrote on last edited by
        #23

        @MooCloud_Matt This problem, which is a bit like being unable to do recursion, keeps cropping up in Cloudron. It is like a theme. I think it was for similar reasons that Cloudron hasn't proceeded to support Odoo, as Odoo installs applications in a way similar to Cloudron. There was another app recently too, I forget its name right now.

        What is interesting though is that Cloudron does support Nextcloud, which installs other modules. The way we managed to solve that might help here.

        MooCloud_MattM 1 Reply Last reply
        0
        • L LoudLemur

          @MooCloud_Matt This problem, which is a bit like being unable to do recursion, keeps cropping up in Cloudron. It is like a theme. I think it was for similar reasons that Cloudron hasn't proceeded to support Odoo, as Odoo installs applications in a way similar to Cloudron. There was another app recently too, I forget its name right now.

          What is interesting though is that Cloudron does support Nextcloud, which installs other modules. The way we managed to solve that might help here.

          MooCloud_MattM Offline
          MooCloud_MattM Offline
          MooCloud_Matt
          wrote on last edited by
          #24

          @LoudLemur
          There are many advantages that we don't speak a lot about, but there are some disadvantage too:

          What you say in odoo is mostly due to the nature for a read only filesystem.
          That don't allow to save data outside 4 directory, very comune for webapp.

          Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.

          Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.

          Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
          And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.

          That's is the reason on the incompatibility for wings.

          Matteo. R.
          Founder and Tech-Support Manager.
          MooCloud MSP
          Swiss Managed Service Provider

          L 1 Reply Last reply
          1
          • MooCloud_MattM MooCloud_Matt

            @LoudLemur
            There are many advantages that we don't speak a lot about, but there are some disadvantage too:

            What you say in odoo is mostly due to the nature for a read only filesystem.
            That don't allow to save data outside 4 directory, very comune for webapp.

            Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.

            Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.

            Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
            And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.

            That's is the reason on the incompatibility for wings.

            L Offline
            L Offline
            LoudLemur
            wrote on last edited by
            #25

            @MooCloud_Matt said in Pterodactyl Panel & Pterodactyl Node (each as own app):

            @LoudLemur
            There are many advantages that we don't speak a lot about, but there are some disadvantage too:

            What you say in odoo is mostly due to the nature for a read only filesystem.
            That don't allow to save data outside 4 directory, very comune for webapp.

            Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.

            Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.

            Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
            And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.

            That's is the reason on the incompatibility for wings.

            You are another of the people in the Cloudron community with hard won knowledge. We are lucky you are here, @MooCloud_Matt

            MooCloud_MattM 1 Reply Last reply
            0
            • L LoudLemur

              @MooCloud_Matt said in Pterodactyl Panel & Pterodactyl Node (each as own app):

              @LoudLemur
              There are many advantages that we don't speak a lot about, but there are some disadvantage too:

              What you say in odoo is mostly due to the nature for a read only filesystem.
              That don't allow to save data outside 4 directory, very comune for webapp.

              Nextcloud is a webapp and is build as it, so it's more flexible to be restricted in directory location.

              Odoo is an ERP and is actually a quite good one, and ERP are develop differently, they are not webapp.

              Second problem is that Cloudron don't use Pods or Compose, but single container that mean that every app can be run in a single container.
              And secondary been Cloudron base on docker and been implemented as the main controller for it, can cause problem if others panel interact with docker.

              That's is the reason on the incompatibility for wings.

              You are another of the people in the Cloudron community with hard won knowledge. We are lucky you are here, @MooCloud_Matt

              MooCloud_MattM Offline
              MooCloud_MattM Offline
              MooCloud_Matt
              wrote on last edited by MooCloud_Matt
              #26

              @LoudLemur
              The issue is that tech change so fast and maybe my information are old.
              But ty šŸ˜„

              Matteo. R.
              Founder and Tech-Support Manager.
              MooCloud MSP
              Swiss Managed Service Provider

              1 Reply Last reply
              0
              • L LoudLemur referenced this topic on
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Bookmarks
              • Search