Deploy app on a private server

So I’ve created my app and I’m very happy with it.
I want to deploy it on our company’s linux server, which is accessible via username and password.

How can I do it?

1 Like

Hi @Levtzuritamar, and welcome to the Streamlit community! :balloon::raised_hands:

You may find what you’re after in our deployment wiki:

Please let me know if that helps you.

Best,
Charly

Hello @Levtzuritamar,

I would advise just using docker (the resources are in the wiki linked above), it’s super simple to build an image and just leave it running with the --restart=always Docker run flag. This will run your container 24/7 (as long as the daemon is online).

Harry

3 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.