XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    New project - XenAdminQt - a cross-platform GNU/Linux, macOS, Windows native thick client

    Scheduled Pinned Locked Moved News
    26 Posts 7 Posters 2.5k Views 11 Watching
    Loading More Posts
    • 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.
    • B Offline
      benapetr @benapetr
      last edited by

      I also added windows build so that people can help with testing also on windows. It's a static build, no need for installer, just single zipped .exe file. No dependencies.

      B 1 Reply Last reply Reply Quote 0
      • B Offline
        benapetr @benapetr
        last edited by

        I just released 0.0.3 https://github.com/benapetr/XenAdminQt/releases/tag/v0.0.3-alpha it brings it even closer to the original client, with packages for macos, debian12, debian13, ubuntu 22, ubuntu 24, Fedora 43, windows

        1 Reply Last reply Reply Quote 2
        • Tristis OrisT Offline
          Tristis Oris Top contributor
          last edited by

          Wow, great news. Tried it with my pools.
          Connected, basic functions is working, handled pool unavailability.

          About UI usability:

          • templates mixed up with disabled VMs at same root directory. Without any sorting.
            I prefer to never see them, since it not important items.

          fce4c8e4-9532-40cd-9e5f-d1231b627676-изображение.png

          • After app restart all icons became yellow.
            54aa5246-3aac-4ebd-87fc-146c770563cf-изображение.png

          • looks like this option do nothing.
            23583254-f68a-4980-9188-a23f162bc28b-изображение.png

          How about portable mode? App mostly required for asap situations when XO is down.

          B 2 Replies Last reply Reply Quote 0
          • B Offline
            benapetr @Tristis Oris
            last edited by

            @Tristis-Oris hello, the app is already somewhat portable. On windows it doesn't require any installation it's just a single .exe file

            Regarding templates and sorting of tree view - that's being worked out but you can already hide the templates using View menu (just uncheck you want to display them, they will disappear).

            Not sure about the yellow template icons, they is a debug console, you can check logs from it for more details.

            Save and restore using encryption / master password isn't implemented in that version you have, it just always remembers all connections, but it's already ported over, see - https://github.com/benapetr/XenAdminQt/pull/15 this option will be available in next version (+ master password encryption)

            benapetr opened this pull request in benapetr/XenAdminQt

            closed Feature/mpw #15

            Tristis OrisT 2 Replies Last reply Reply Quote 0
            • Tristis OrisT Offline
              Tristis Oris Top contributor @benapetr
              last edited by

              @benapetr yes, i'm about connections and credentials export\portable mode. Got it.

              1 Reply Last reply Reply Quote 0
              • Tristis OrisT Offline
                Tristis Oris Top contributor @benapetr
                last edited by

                @benapetr said in New project - XenAdminQt - a cross-platform GNU/Linux, macOS, Windows native thick client:

                you can already hide the templates using View menu (just uncheck you want to display them, they will disappear).

                What is the criterion for custom templates?

                7eb0ec2d-1968-471f-a4ad-d137ea36e05d-изображение.png

                by default, the usual templates are disabled, but I see them. Disabling custom ones disables all templates.

                B 1 Reply Last reply Reply Quote 0
                • B Offline
                  benapetr @Tristis Oris
                  last edited by benapetr

                  @Tristis-Oris the logic was directly ported over from C# version, so it does the same stuff what it filters there. It just toggles this search scope:

                  QueryScope* TreeSearch::GetTreeSearchScope()
                  {
                      ObjectTypes types = Search::DefaultObjectTypes();
                      types |= ObjectTypes::Pool;
                  
                      SettingsManager& settings = SettingsManager::instance();
                  
                      if (settings.getDefaultTemplatesVisible())
                          types |= ObjectTypes::DefaultTemplate;
                  
                      if (settings.getUserTemplatesVisible()) // these are custom
                          types |= ObjectTypes::UserTemplate;
                  
                      if (settings.getLocalSRsVisible())
                          types |= ObjectTypes::LocalSR;
                  
                      return new QueryScope(types);
                  }
                  

                  I assume it matches all user-defined templates, the defaults you see are "system defined" and part of xcp-ng .rpm packages. It's possible that this logic just wasn't ported correctly, I will look into it.

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    benapetr @Tristis Oris
                    last edited by

                    @Tristis-Oris just FYI I fixed all of those issues you had, also regarding portable stuff - I implemented CLI switch -c <path> where you can specify directory where you want to store config, so you can wrap the app in a .bat or .sh script that would start it to use local storage (like flash drive) for config files, that should achieve portability.

                    If you expected something more sophisticated let me know

                    Tristis OrisT 1 Reply Last reply Reply Quote 0
                    • Tristis OrisT Offline
                      Tristis Oris Top contributor @benapetr
                      last edited by

                      @benapetr Nice, great.
                      How about to implement a launch of CR backup VMs?

                      https://xcp-ng.org/forum/assets/uploads/files/1769679350079-677dfcbb-211b-452f-ad8f-db59e2860579-изображение.png
                      https://xcp-ng.org/forum/assets/uploads/files/1769679584572-3e39d799-a2fd-4cb0-8e2e-6b9c4312a2e6-изображение.png

                      B 1 Reply Last reply Reply Quote 0
                      • B Offline
                        benapetr @Tristis Oris
                        last edited by

                        @Tristis-Oris There are many features missing since it's alpha now, but you can open bug tracker request on github if you want to keep track of progress for this particular feature.

                        1 Reply Last reply Reply Quote 0
                        • TeddyAstieT Offline
                          TeddyAstie Vates 🪐 XCP-ng Team Xen Guru
                          last edited by

                          @benapetr
                          Consider making a PR to https://github.com/xcp-ng/xcp-ng-org (https://github.com/xcp-ng/xcp-ng-org/blob/master/docs/management/management.md) if you want to make your project more visible.

                          B 1 Reply Last reply Reply Quote 0
                          • B Offline
                            benapetr @TeddyAstie
                            last edited by

                            @TeddyAstie good idea, thanks, I will do it once I get close to releasing first non-alpha version, right now it's still too immature for production use (although latest master version is so good and stable I already use it to manage most of my own clusters)

                            1 Reply Last reply Reply Quote 0
                            • olivierlambertO Offline
                              olivierlambert Vates 🪐 Co-Founder CEO
                              last edited by

                              Note we already gave visibility on this project twice, with the last 2 XO blog post release and newsletter 🙂

                              B 1 Reply Last reply Reply Quote 1
                              • B Offline
                                benapetr @olivierlambert
                                last edited by

                                @olivierlambert ok that's great, I didn't even notice, thanks!

                                1 Reply Last reply Reply Quote 0
                                • B Offline
                                  benapetr
                                  last edited by

                                  I just released 0.0.4! Still an alpha, but it's becoming pretty usable - there was over 60 commits of code cleanup, polish and also limited testing of all visible features - pretty much everything that is now visible in the UI should be operational at this point, option pages, properties of hosts, pools, VDIs, configuration of NICs, even bonding and advanced stuff like pool password / secret rotation. All XAPI actions and commands were already ported over from C# variant, so my focus now is only on finishing it into a final usable product.

                                  We also have some features that original client doesn't have (such as XenCache explorer)!

                                  Next on my to-do is to add all features that are currently missing completely: HA, GPU, PCIe, VM import / export etc.

                                  Note: I will not be porting over any licensed or proprietary Citrix stuff. This tool may work with XenServer just fine, but I will not be porting over any of the proprietary features, because I will never use it and I have no way to test it either.

                                  B 1 Reply Last reply Reply Quote 6
                                  • B Offline
                                    benapetr @benapetr
                                    last edited by

                                    Version 0.0.5 alpha was just released.

                                    Tree view got major fix - it's now almost fully on-par with the C# version, all logic and missing icons and context menus were fixed.

                                    This is rather a quality of life release, from features only GPU support was added, rest were only bug fixes, but a lot of them. XenAdmin is now so stable now I am even using it on my production servers. It already feels same (even better in some aspects) as the C# version.

                                    I also added some new minor feature - all table views now support export to CSV via context menu (into clipboard), very handy if you need to export data from various views.

                                    P 1 Reply Last reply Reply Quote 3
                                    • P Offline
                                      Pilow @benapetr
                                      last edited by

                                      @benapetr you seem gifted with app development.

                                      do you know RV Tools ? https://www.dell.com/support/kbdoc/en-us/000325532/rvtools-4-7-1-installer

                                      this tool is pretty handy when auditing VMWARE infrastructures, it can connect to vcenter or directly to ESXi and full dump in csv/xlsx the infrastructure configuration (all aspects of the config, be it VM, hosts, networks, datastores, files, ...)

                                      I could see a real production use of same tool, but for XCP Pools/XCP hosts

                                      would be a great add to XenAdmin !

                                      1 Reply Last reply Reply Quote 0
                                      • First post
                                        Last post