this post was submitted on 03 May 2026
28 points (100.0% liked)

Free and Open Source Software

22421 readers
23 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

Hello everyone,

I've been trying to find some software for team collaboration on a private internal network. Think instant messenger but with file transfers, groups chats, and other team-based features. It would also be useful if all users could access the logs from the host.

Does anyone know of any reputable FOSS software that does this?

Thanks, Hirundinidae

EDIT: Lots of great responses thanks everyone!

you are viewing a single comment's thread
view the rest of the comments
[–] helix@feddit.org 1 points 1 week ago (1 children)

You should really spend the time to understand networking and hosting and set up an internal domain.

[–] Hirundinidae@beehaw.org 1 points 1 week ago (1 children)

I think that's where I am at, yes. I have programming experience but very little in terms of networking. Ultimately what I want is a custom team management tool but I need to understand how these messengers work first. Thanks

[–] helix@feddit.org 2 points 1 week ago (1 children)

Nah you probably need to understand DNS and reverse proxies first. I recommend something like nginx, traefik or Caddy with ACME certificates from Letsencrypt with the DNS-01 challenge on a supported hosting provider which allows DNS changes via API.

If I were you I'd probably even get a super cheap VPS and run the chat software there, just be aware you need to constantly patch everything.

[–] Hirundinidae@beehaw.org 1 points 1 week ago

I will look into those, thanks!