@crismarcul Authenticate via AD or somthing else? I remember seeing before that the auth via AD code in XCP-ng itself was removed to require use of XO instead but I'm not 100% sure.

Posts
-
RE: XCP-ng Center 25.04 Released
-
RE: XCP-ng Center 25.04 Released
@uberiain I think i got it to work on 8.4 (Though in that version it uses XenServer) and I also added Citrix Hypervisor to that check as well just to be safe, but look @ the newest vNext build in GitHub Actions for a build that supports that.
-
RE: XCP-ng Center 25.04 Released
@uberiain Can you show me the exact error, also if possible, install the PDB's and send me the XCP-ng Center.log file (Accessable under Help > View XCP-ng Center Log Files) after attempting a connection, this will allow me to further debug this.
-
XCP-ng Center 25.04 Released
I'm excited to release the first version of XCP-ng Center under my maintainership, featuring several improvements and changes. Here are the key highlights of this build:
Portable XCP-ng Center
You can now run XCP-ng Center as a portable application! Just use the zipped release and create a data folder next to the executable. All log files and configuration data will be stored in that folder, making it easy to carry and run on different systems without installation.
Command-Line Parameters
I've added several command-line parameters to support specific use cases. These are particularly helpful for my workflow when deploying new XCP-ng environments for clients.
Here are the new command parameters you can use:
- /tempdata: Uses a path in temp for a temporary session, this gets deleted on close. This is great for someone who is setting up new XCP-ng servers at a customer site
- /datapath: allows you to specify a path to save configuration in.
MSI Installer
This release uses a new MSI installer built with a custom tool I developed (replacing WiX). It should upgrade previous installations made with WiX, but if you encounter any issues, please file a bug report and I’ll take a look.
Notice on builds 25054 and up
The way settings are done has changed. If you have a previous version of XCP-ng Center installed, your configuration will not migrate over.
This is due to the new settings system that was implemented in build 25054. You will need to reconfigure your settings. This change is to
allow for a portable version of XCP-ng Center where the settings and logs will be stored in the same directory as the executable.Download it on GitHub
-
RE: Disable Remote desktop connection
@eswaran It is in Tools > Options, this is at the program level, not a VM or Host
-
RE: Disable Remote desktop connection
@eswaran It is in the Program Options, look for "Automatically switch to the Remote Desktop console when it becomes available" under Console
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Hello Everyone!
Thought I'd get peoples views on this. Since XCP-ng Center is Windows only and basically stuck on .NET Framework 4.8, I am considering switching the UI over to Avalonia, rewriting the whole UI for that change, and upgrade to .NET 8.0. This will also allow Linux users to use XCP-ng Center as well.
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Hello Everyone,
I put a release out of vNext Build 24308 as a normal release. Although its a vNext build, its pretty stable and works with 8.3.
I plan to do some changes before 24.11 comes out in GA but I just wanted to get something out now so you all have a version that is 8.3 compatible.
Please test and report any bugs you may notice. I will mention also 24.11 will change how settings are done which will allow for a portable version of XCP-ng Center. More to come later.
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Forgot one last thing, even tho i may not be day to day programming on XCP-ng Center, please feel free to ask for pull requests. Ill definitely will look at them and merge them if they fit.
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Also, I do apologize for slow updates. I have been working on tons of projects and will try to get some time to get this a good alternative to people who want a desktop app.
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Seeing that 8.3 is released now, I will do some cleanup of what I have, and get a 24.11 release out after some testing with 8.3 GA.
On XenServer, This is designed for XCP-ng, not XenServer, so its support will be limited if at all supported. I seen some bug reports for XenServer, I will close those as wontfix, sorry.
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Ok, so it's official! I will be taking over the maintainment of XCP-ng Center. I will have another test build soon with a few added features, and I am looking for a Q2 2024 release.
I will add GitHub Actions to automate test builds, so look out for those for future test builds.
Glad to continue the legacy of XCP-ng Center, and looking forward to adding useful features to people who prefer it!
-
RE: EOL: XCP-ng Center has come to an end (New Maintainer!)
Hello Everyone!
So I wanted to come out and mention that I would like to take over maintainership of XCP-ng Center. I personally use both XO and XCP-ng Center depending on use-case and have an environment with both.
I am pretty well versed in C# and have the knowledge of both XAPI and C# to continue its development.
I am in the process of taking the current codebase and modernizing it to work with VS 2022, and adding new features (ex. able to create a local ext store)
I am willing to talk to the current project maintainers and figure out a switchover plan. I would like not to see XCP-ng Center die, as I am one of the few "Not a webapp fan", I prefer desktop apps when available.
Also, let me know what y'all like to see added as well.