Anyway, here's a quick tip from a new user. Personally, I've always hated Windows Networking - it's over-complicated, insecure, and adds a ton of services that aren't needed on a small network. I disable everything except TCP/IP and install a free FTP server on each PC. Windows Explorer can browse the server just like a local filesystem and it's much simpler for the end user to configure.
The Receptor includes an even better alternative in SFTP which is included in SSH. Using an SFTP client like WinSCP you can browse the filesystem and transfer new VSTs and patches just like Windows Networking, but a lot more secure. To configure it, follow the instructions here to get a root password. Then, logged in as root, add a new user:
Code: Select all
[root@Receptor root]# adduser <username>
[root@Receptor root]# passwd <username>Paul
PS Thanks Ben @ Muse for fixing my Receptor registration screwup!
