So I'm thinking about buying a Laravel Forge membership but I have two questions about it and would like to know the answer before buying (one could change the plan I choose).
1 - If I get a "Forge Plus" membership, do the members of my team also have to have their own subscription to Laravel Forge? Or can they just get added to my team with no charge?
2 - Can I have Laravel Forge deploy out to several sites on the same server (i.e. each server / domain using a different user account)?
Never used Teams, but you try Forge free for 5 days.
To your second Question: Yes. You can add as many Sites as you want / your server can handle. But the Sites are not related to a User Account. So you cant use Forge to give your customers access to there sites like a Server Administration Tool like Plesk, ISPConfig, cPanel etc.
1 - Your team members will not have to have their own subscriptions or pay.
2 - Forge will allow you to deploy several domains on each server. I'm not sure what you mean by using a different account...
Right now I have two servers that I use to normally run my applications. I use the unix user permissions to restrict access (i.e. site1 and site2 both have different user accounts so that if something goes wrong on site2 and their environment accidentally destroys itself (unlikely but possible), it wouldn't affect site1.