# Set language and proxy server via cli?

**URL:** https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005
**Category:** API and Webhooks
**Created:** [November 3, 2020, 2:16pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005 "2020-11-03T14:16:15Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![scheele](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@scheele](https://devforum.zoom.us/u/scheele)
#### Post date: [November 3, 2020, 2:16pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/1 "2020-11-03T14:16:15Z")

</div>

**Description**  
For a deployment on 1000 endpoints (linux) I need to have a possibility to pass language (german) and proxyurl to the zoom binary (again: linux).  
I’ve tried using the zoomus.conf file, but it doesn’t work. Is there a way to call zoom like  
zoom language=german proxyurl=http://test.xxx.xx ?

Many thanks for your help.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [November 4, 2020, 5:44pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/2 "2020-11-04T17:44:29Z")

</div>

Hi @scheele,

Just to make sure we’re on the same page—are you referring to using our [Zoom Rooms CLI](https://marketplace.zoom.us/docs/guides/zoom-rooms/zoom-rooms-cli), or some other CLI interface?

Thanks,  
Will

---

<div class="post-metadata">

### Author: ![scheele](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@scheele](https://devforum.zoom.us/u/scheele)
#### Post date: [November 4, 2020, 6:03pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/3 "2020-11-04T18:03:13Z")

</div>

Hi @will.zoom, I want to launch zoom as a command in linux (Ubuntu for example) like  
`zoom --proxyserver=proxyhostname:portname -language=german`  
that it has the the right settings while launching the first time.

---

<div class="post-metadata">

### Author: ![juliapiers](https://avatars.discourse-cdn.com/v4/letter/j/ecccb3/32.png) [@juliapiers](https://devforum.zoom.us/u/juliapiers)
#### Post date: [November 4, 2020, 9:00pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/4 "2020-11-04T21:00:19Z")

</div>

I am not sure how you can launch zoom as a command in linux in such way. I am using on a daily basis, even on Zoom a proxy and it works just fine. Since I am working for a big company, I need to scrap daily large amounts of data from any site around the world which was a big challenge before.

---

<div class="post-metadata">

### Author: ![scheele](https://avatars.discourse-cdn.com/v4/letter/s/6de8d8/32.png) [@scheele](https://devforum.zoom.us/u/scheele)
#### Post date: [November 5, 2020, 8:55am UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/5 "2020-11-05T08:55:22Z")

</div>

@juliapiers, it’s common to pass parameters while launching apps. If you are on Linux just have a look into /usr/share/applications/. There are a lot of .desktop files, some of them pass parameters into a binary. And the Desktop Icons you see (located in ~/Desktop/) do this as well.

I implemented Zoom on a Thin Client (which is a read only FS, no persistency), so I have to configure the binary each time I launch it. And I have done it with Teams as well (using this parameter --proxy-server=proxyserver:proxyport).

So the question is: is there a parameter (or a conf file) where I can set this values. I found some ressources stating to use a zoomus.conf file, but it isn’t used as far as I can see.

---

<div class="post-metadata">

### Author: ![will.zoom](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/will.zoom/32/14417_2.png) [@will.zoom](https://devforum.zoom.us/u/will.zoom)
#### Post date: [November 6, 2020, 5:38pm UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/6 "2020-11-06T17:38:42Z")

</div>

Hi @scheele,

Thanks for clarifying. While it’s possible to [install or update Zoom via CLI on Linux](https://support.zoom.us/hc/en-us/articles/204206269-Installing-or-updating-Zoom-on-Linux), I don’t believe we currently support launching the Zoom client in the way that you’ve described.

You might, however, consider posting this as a feature request here: #feature-requests

Thanks,  
Will

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/zoomdeveloper/original/3X/6/1/614bdd549b610bbaa46ff934617683a02bdaa03c.png) [@system](https://devforum.zoom.us/u/system)
#### Post date: [December 7, 2020, 3:38am UTC](https://devforum.zoom.us/t/set-language-and-proxy-server-via-cli/35005/7 "2020-12-07T03:38:46Z")

</div>

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