I downloaded the Windows version of myServer6 last night just so I had something to look at while waiting for my official version. I've been playing around with it and had the same problem - myDesigner doesn't show any projects in the browse tree on the left despite apparently letting you create a new project. So I broke out the big guns - Wireshark - and looked at what was going over the network. Now this might just be restricted to the (highly unrecommended by Allonis) Windows version or the fact that I haven't got a proper setup but it looked like when you create a new project the folders and files are created in
Code:
\\MY_SERVER_NAME\myserver\wwwroot
but when myDesigner is requesting the info for the browse tree it's actually looking in
Code:
\\MY_SERVER_NAME\myserver\html
So I tried copying stuff from under 'wwwroot' to a new folder called 'html' and indeed the projects showed up in the myDesigner browse tree. I still can't open any of the files in myDesigner though - the Wireshark trace looks like it's getting an access denied but again that might be due to my very janky setup (I had to manually create the myserver share).
So if you're feeling brave it might be worth copying the contents of wwwroot to under a new folder called 'html' and seeing what happens. But if you're not willing to potentially burn down your system it's probably best to wait until David or another Allonis person comes back to you with a proper solution.
Andrew