[GH-ISSUE #1218] Running x9 csgo processes sandboxed #833

Closed
opened 2026-05-05 06:56:48 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @mashiro-shiina on GitHub (Apr 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1218

I need to run x9 copies of csgo (from different steam accounts)
Means i need to run x9 copies of steam client
Is that possible with firejail?
Can you explain me how to make 9 "sandboxes" that would use same resources(from 1 folder) and run them in the same time? Is there any way to lower cpu load and save disk space by using same files for each sandbox?
Should i make custom profile for steam or default profile is ok?

Originally created by @mashiro-shiina on GitHub (Apr 14, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1218 I need to run x9 copies of csgo (from different steam accounts) Means i need to run x9 copies of steam client Is that possible with firejail? Can you explain me how to make 9 "sandboxes" that would use same resources(from 1 folder) and run them in the same time? Is there any way to lower cpu load and save disk space by using same files for each sandbox? Should i make custom profile for steam or default profile is ok?
gitea-mirror 2026-05-05 06:56:48 -06:00
Author
Owner

@netblue30 commented on GitHub (Apr 17, 2017):

Quite a number of programs would not allow you to run two instances of the program in the same time. Among them you'll find firefox and chromium browsers. You can try to trick them into running multinstance, but it is specific to the program.

For Firefox is easy, you start one instance with "firejail firefox" and the second one "firejail --private firefox -no-remote". In order to do it you need to fake a new home directory (with firejail --private) and you also need some help from the program (-no-remote implemented by firefox).

So basically you are looking for some help from the program itself (steam client or csgo), fake home directories will be provided by firejail.

<!-- gh-comment-id:294385717 --> @netblue30 commented on GitHub (Apr 17, 2017): Quite a number of programs would not allow you to run two instances of the program in the same time. Among them you'll find firefox and chromium browsers. You can try to trick them into running multinstance, but it is specific to the program. For Firefox is easy, you start one instance with "firejail firefox" and the second one "firejail --private firefox -no-remote". In order to do it you need to fake a new home directory (with firejail --private) and you also need some help from the program (-no-remote implemented by firefox). So basically you are looking for some help from the program itself (steam client or csgo), fake home directories will be provided by firejail.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#833
No description provided.